Search code examples
c#sql-server-2008cross-domainmsdtc

SQL Server 2008 cross domain MSDTC


I'm using a TransactionScope to save data in two different contexts... the database server is in a different domain so I'm getting an exception... does someone know a workarround to accomplish that?


Solution

  • The problem was in some network adapter... i tried with a direct connection between two diferent domains and it worked!