Thu
7
Dec '06
Error Message: 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.
Solution: Ofcourse, it is not a best practice to keep open the connection objects. Close the opened connections after using. Anyway using “Pooling=False;” in connection string can solve this error. Remember! it is not a good practice.
Solution: Ofcourse, it is not a best practice to keep open the connection objects. Close the opened connections after using. Anyway using “Pooling=False;” in connection string can solve this error. Remember! it is not a good practice.

Leave a passing comment »