Tagged Questions
The wsat tag has no wiki summary.
4
votes
2answers
2k views
Web Site Administration Tool Not Working with ASP.NET MVC
I'm just starting with ASP.NET MVC and I was trying the Authentication with this new architecture.
So, I started following a tutorial in the official site and, while I was trying to add some users ...
4
votes
3answers
4k views
ASP.NET WSAT (Website Administration Tool) and Custom Membership Providers
I'm building an ASP.NET MVC applicaiton that will have custom role and membership providers. I have been looking into adminstration tools to save us some time, WSAT has crossed my path. It looks ...
1
vote
0answers
55 views
Is there a way to use WS-AtomicTransactions provided by Metro on Tomcat?
The Metro documentation states that the system runs on Tomcat and Glassfish. Metro does not contain its own transaction manager. One has to deploy an external one. At system startup Metro checks ...
1
vote
0answers
66 views
ws-tx/wsat Web Service call and XADataSource
Our application running on WebLogic accesses two databases via XADatasource. Now, we need to make calls to a web service in another box (different os, server) that supports (ws-tx/wsat)
If we make a ...
1
vote
0answers
94 views
Website administration tool to manage multiple sites
I have an admin section in my webapp to manage users and roles (like the website administration tool). My question is : which is the best way to manage users and role for all sites running on a remote ...
1
vote
0answers
155 views
Do you need to open client firewall for WS-AT to work with WCF?
I am getting the following error trying to communicate from WCF -> WCF across the internet with a SSL certificate. I have 'No authentication required' checked in the WS-AT configuration on the server. ...
1
vote
1answer
528 views
Why WCF needs DTC for transaction flow?
I wonder why WCF needs MSDTC configured and started on both client and server, when I use transaction flow. (with network access enabled)
After all, transactions in WCF are managed though SOAP ...
0
votes
1answer
42 views
Unique web site administration tool
i'd like to create a Unique Web Site Administration Tool (UWSAT) to admin all users for all my websites on production server.
Basically the idea is to have the UWSAT with only an admin user; when the ...
0
votes
1answer
137 views
Did anybody use WS-AtomicTransaction protocol to propagate transactions in WCF over the Internet?
Just curious, did anybody use WS-AT protocol to propagate transactions in WCF over the Internet in production(wsHttpBinding)?
Is it hard to deploy/support?
Is it a good approach to keep a WS-AT port ...
0
votes
1answer
90 views
WSAT Security tab error for Custom Role provider
I have created custome Membership Role and Profile provider using INGRES db. Now I can see my IngresMembership and IngresRole provider in the Provider tab(Select a different provider for each feature ...
0
votes
1answer
66 views
Cusromize WSAT in ASP.Net
Has anyone ever curomized the Wbesite admin tool in ASP.Net? I would like to add some fields when ceating a user and keep it all in one place.
Any pointers would be appreciated.