Hi,
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 simple if it doesn't work I can fix it myself.
First question is have any of you used W...
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 this error:
There is a problem with your selected data store. This can be caused by
an i...
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.
...
Hi,
I have a BPEL running on WPS 6.2 trying to call a web service on
developed on RAD 7.5, deployed on RAD test environment. I have setup
WS Transaction policy on both client and server.
I get an error on WAS 7.0 saying
Must Understand check
failed for headers: {http://
schemas.xmlsoap.org/ws/2004/10/wscoor}CoordinationContext...
I read on OASIS specs that when an application receives a prepare, commit or abort message for an unknown participant, it should reply to the coordinator by calling the aborted, prepared and aborted services respectively.
The question is: When I have a participant, I know the location of these services because the coordinator sent them ...
Hi,
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 the two DTCs need to communicate with each other ?
Thanks for your response.
...
Hello All,
Can a web service with SOAP/JMS binding participate in WS-AT (Web service Atomic Transaction) ? Assuming this service is invoked synchronous. I know SOAP/Http does.
Any help appreciated.
...
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 (advanced) ) of WSAT but when I clik on security tab I get this error:
"There is a problem with your selected data store. This can be caus...
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 message on my client, and trying to figure out what is wrong in my configuration (or under...
Hi,
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 solution to support transactions? What do u think?
...