D
DougS
We have an ASP.Net (framework 1.1) app that does a lot of database reads and
updates. The app has a dozen pages and we're about 90% done and all of a
sudden I'm getting this error:
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.
It's not happening in the same place each time. I added the max pool size
and pooling properties to my connection string and I'm still getting the
error.
"server=*****;database=*****;uid=*****;pwd=*****;pooling=true;Max pool
size=100;"
We use sqlcommand objects with datareaders to populate datagrids and
datalists. Whenever we create a connection we explicitly close it.
Thanks in advance,
DougS
updates. The app has a dozen pages and we're about 90% done and all of a
sudden I'm getting this error:
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.
It's not happening in the same place each time. I added the max pool size
and pooling properties to my connection string and I'm still getting the
error.
"server=*****;database=*****;uid=*****;pwd=*****;pooling=true;Max pool
size=100;"
We use sqlcommand objects with datareaders to populate datagrids and
datalists. Whenever we create a connection we explicitly close it.
Thanks in advance,
DougS