I keep getting the following error raised from within the app:
System.InvalidOperationException: 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.
The error can occur from any place in the application just suddenly, although this part was working just fine before.
All connections are closed explicitly in the code.
The settings in SQL server: Maximum # of concurrent connections: 0 (unlimited), Query timeout: 600 sec.
Any ideas? Thanks in advance.
System.InvalidOperationException: 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.
The error can occur from any place in the application just suddenly, although this part was working just fine before.
All connections are closed explicitly in the code.
The settings in SQL server: Maximum # of concurrent connections: 0 (unlimited), Query timeout: 600 sec.
Any ideas? Thanks in advance.