I have hosted my Webapp on server 1 and my database on server 2
But i m getting following error
\"Communication with the underlying transaction manager h
I had the same problem while connecting to a remote SQl Server. The solution in my case was to add "enlist=false" to the connection string.
"enlist=false"