Hello,

I am getting the following error in an application I am looking after (The writer of the app has left so they are pretty stuck)

=====================

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.

======================

From reading on the web it looks at though this has been caused by connections being left open, which is fine, I can look to close these at a later point.

However, I'm really after a quick fix as I can't take the system off-line at the moment.

Can anyone help please ?