I am using Two SQL Server connection object in my C# console application project. I need to do this in single transaction So I used Transactionscope (Distributed Transaction)
I am not able to use the connection within the transactionscope It is displaying the error
MSDTC on server is unavailable.
How can I solve.... Both the one sql connection is remote server and another one is local server.
Note:- The msdtc service is already started.
The server started on both the machines. Still I am facing the issue. Do I need to turn off the firewall in my local intranet machines.