HOME

Wednesday, February 22, 2012

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. ASP.NET

are you using SQL DataReader ?? if yes check are you closing the data reader.


(OR)



This typically happens when connections are not closed after they are used.
I think you need to check how many open connections you have while the application is running.

No comments:

Post a Comment