P
Param R.
Hi all, I have a web service that opens a sqlconnection to the db and does
some work. Just recently I have begun getting the following error on a
frequent basis:
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.
I have verified that my web service is closing connections. Why is this
happening? Can I increase the max pool size? How?
thanks,
Param
some work. Just recently I have begun getting the following error on a
frequent basis:
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.
I have verified that my web service is closing connections. Why is this
happening? Can I increase the max pool size? How?
thanks,
Param