System.Transactions support?

Discussion in 'ASP.NET 2.0' started by jdcrutchley, Aug 25, 2006.

  1. How well is the System.Transactions namespace supported on DiscountASP servers? From what I understand, the classes in this namespace are very dependent on server configuration. I can understand that some things may not work (i.e. transactions containing calls to MySQL) but if I were to use the TransactionScope class to wrap up multiple calls to my Sql2k5 database, would it work right?
     
  2. It will not work because DiscountASP does not support distributed transactions. You will get a 'The transaction has aborted' error.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page