Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
What can i do then...?
For some reason the application seems not to grab the information with Connectionpooling = false. See if another conenction string is used instead.
Jens K. Suessmeyer.
-
http://www.sqlserver2005.de
-|||
If you are using SQLClient driver then the connection string attribute is Pooling=False;
However the bigger issue is why are you not closing your connections, you should focus on this and then remove the Pooling=False because disabling pooling will cause a huge performance issue on your SQL Server.
No comments:
Post a Comment