Hi !
We have .NET web application that uses a couple serviced components. When
everything is on the same host - IIS, DTC, SQL server then application works
fine. For production environment IIS and SQL server should work on different
hosts. How should I set up DTC on both IIS and SQL server hosts correctly ?
I'm running windows 2003 without SPs on both hosts.
Gena
Gabriel Lozano-Morán - 26 Apr 2005 18:08 GMT
You propably need to enable Network DTC access. This is off by default since
Windows 2003.
Start -> Administrative Tools -> Component Services -> Component
Services -> Computers -> Right-click My Computer and select Properties ->
Tab MSDTC -> Security Configuration -> Enable Network DTC Access and Enable
Transaction Internet Protocol (TIP) transactions.
You propably will need to restart MSDTC afterwards.
Gabriel Lozano-Morán
> Hi !
>
[quoted text clipped - 8 lines]
>
> Gena