I assure you that none of TheBeerHouse code uses the MSDTC, so that's not your issue.
The application indeed uses transactions, but they are all local transactions, not distributed.
If you examine your error, you'll note that it has nothing to do with the transaction anyway. The application is not letting the ASP.NET request identity open your connection. That is a permissions issue. So, that's where you need to be looking.
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: Can't use e-commerce module in shared hosting-please advise!
Apr 27, 2008 07:24 PM|LINK
I assure you that none of TheBeerHouse code uses the MSDTC, so that's not your issue.
The application indeed uses transactions, but they are all local transactions, not distributed.
If you examine your error, you'll note that it has nothing to do with the transaction anyway. The application is not letting the ASP.NET request identity open your connection. That is a permissions issue. So, that's where you need to be looking.
Follow Me on Twitter