DTC errors

Discussion in 'ASP.NET 2.0' started by bhardmancom, Sep 28, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Forget it. Problem was that I was opening and closing a connection for each call in the transaction. This was promoting it to a distrubuted context, which was messing things up. Solved it by opening a connection a little further up the chain.
     
  2. Hi,
    I'm trying to initiate a db transaction from within my website code. This is throwing access denied errors.My understanding is that the aspnet process can't access the dtc coordinator, but short of using impersonation to up the permissions, I'm not sure how to get around this. I guess transactions must be possible on discountasp, but anyone have a suggestion on how to solve it?

    Regards,
    Brett
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page