In ASP.NET web applicaiton, it gives below excpetion some times when large number of users are accessing site.
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.
Can you please guide me how i could trouble shoot and put resolution condition ?
In connection string adde d- "Max Pool" size as 500.
Hosted site on IIS 7 - server 2008
This issue come on productin server.
Thank You