Questions tagged [wsat]
27 questions
7
votes
1 answer
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 good at a glance, it's all open source and very…

Odd
- 4,737
- 6
- 30
- 27
4
votes
2 answers
WCF Transactions: WSAtomicTransactionOctober2004 vs. WSAtomicTransaction11
WCF has three transaction protocols: OleTransactions, WSAtomicTransactionOctober2004 & WSAtomicTransaction11
OleTransactions are the Windows specific OleTx protocol, but both the other two are just listed as the implementation of the WSAT…

Robert MacLean
- 38,975
- 25
- 98
- 152
4
votes
2 answers
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 through the Web Site Administration Tool, I found…

Hugo
- 6,244
- 8
- 37
- 43
4
votes
1 answer
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 messages using WsAtomicTransaction...
So why in the hell…

Nicolas Dorier
- 7,383
- 11
- 58
- 71
2
votes
0 answers
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 whether the transaction manager is compatible. I’ve…

Peter Florian
- 21
- 1
2
votes
1 answer
The MSDTC transaction manager's WS-AtomicTransaction protocol service 'Version10' is disabled and cannot unmarshal incoming transactions
I have my binding specified like this in the Service hosted in windows server 2008.
I have not installed the…

user824910
- 1,067
- 6
- 16
- 38
1
vote
1 answer
WCF distributed transactions with load balancing
I have client-server app. Client is a .NET 4.0 app. Server is stateless WCF (.NET 4.0) service. WCF service does some CRUD with SQL Server 2005 database.
WCF is configured to support transactions. Services should be stateless for the sake of…

Pavel Surmenok
- 4,584
- 4
- 30
- 33
1
vote
0 answers
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 server ?
The idea is to have a single webapp…

Liuc
- 61
- 3
1
vote
1 answer
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 open?
Or maybe it is better to have a custom…

Sergey Smelov
- 1,081
- 3
- 14
- 26
1
vote
0 answers
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.
After a few seconds I'm getting the following…

Simon_Weaver
- 140,023
- 84
- 646
- 689
1
vote
0 answers
Need help setting up Membership with ASP.NET MVC4/jQuery Mobile
I'm trying to figure out the best solution to integrate user authentication into my ASP.NET MVC4 web app. I'm not familiar at all with ASP.NET membership providers. What I ultimately want to be able to do is have the user be able to log in to…

Mike Marks
- 10,017
- 17
- 69
- 128
1
vote
0 answers
How to configure IIS/WCF to use wsat?
I would like do use Atomic Transactions between WCF and Weblogic, but I'm facing many problems to configure it.
I've already turned on the Wsat on Windows and associated it a valid certificate. I also enabled the SSL on IIS and configured the https…

willian
- 83
- 1
- 3
0
votes
1 answer
Enable MSDTC WS-AT(Web Service Atomic Transactions) with SSL Certificate error
I'm having an error trying to enable a SSL Certificate for the WS-AT module fot MSDTC:
I've already follow the steps to create the certificate:
How to: Create and Install Temporary Client Certificates in WCF During Development
But still got this…

user1281820
- 23
- 2
0
votes
0 answers
WSAT with Visual Studio 2022 or alternative
I am trying to practice a bit in ASP.NET authentication , i want to learn the Membership API first , than move to Identity.
In the older versions of Visual Studio there was a tool called WSAT (Web Site Administration Tool) to manage the security…

xProgrammerx
- 13
- 4
0
votes
1 answer
How do i configure WSAT version in JBoss?
I am using a CXF client to implement a WSAT web service call. The following namespace is added on the outbound coordination context header:
wscoor="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"
This namespace is used by WSAT 1.2. How can i…

StudentOfTheGame
- 163
- 1
- 2
- 13