We have two nodes in a cluster. Both run an ASP.NET web application that connects to a database on another server. Node1 has no problems, but Node2 throws SqlExceptions, stating there's a timeout. The stacktrace shows me it's on DbConnectionPool.GetConnection
.
I checked the versions of our DLLs, the web.config files, the connection strings, the MSDTC configuration on the nodes. All are identical.
Any ideas what could be the cause of this?