In my code I\'m attempting to use a transaction using TransactionScope with Entity Framework.While in this transaction we are opening a regular SQL connection to a seperate server and database.When th
I have web site which serves web services (a mixture of .asmx and WCF) which is mostly using LINQ to SQL and System.Transactions. Occaisionally we see the transaction get promoted to a distributed tra
We have a web service on server #1 and a database on server #2. Web service uses transaction scope to produce distributed transaction. Everything is correct.
Using ASP.NET 3.5, Linq to SQL, SQL Server 2005 on Windows Server 2003. Running VS 2008 on XP SP3 locally.
I’m trying to determine the behaviour of multiple database connection in a distributed transaction.
How authentication in general (Mutual Authentication as a special case) works in MSDTC and how to configure Mutual Authentication on MSDTC??
We are doing an import process from a source database to a destination database.We need to run these imports frequently in an automated fashion.
I need to maintain distributed transactions in my application Assume Service1 is installed on Server1 [ServiceContract]
(I know the circumstances surrounding the DTC and promoting a transaction can be a bit mysterious to those of us not in the know, but let me show you how my company is doing things, and if you can te开
I have a problem that I know is something local, related to transaction scope, probably MSDTC (I don\'t know very much about it).