Maximum pool size
i have hosted asp.net sql server application on iis. Each time multi-user post batch data same time. The system throws error max pool reached. I have closed all connections. What is the problem?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Dec 31, 2015, 4:04 AM
Increase Maximum pool size in your webconfig.
Check my tech blog reference :
https://rajeeshmenoth.wordpress.com/2014/06/10/timeout-expired-and-the-timeout-period-elapsed-prior-to-obtaining-a-connection-from-the-pool/
Manas MohapatraPosted Dec 31, 2015, 3:49 AM