Help on Time out Error ???

G

Guest

Dear all,

I have an asp.net 1.1 application which collect data from an sql server
database
So far it was working fine and suddenly I get the following 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"

To connect to the database I am using a single account, so I have normally
only one pool, and a single uinque connection string

What is going on ? how to solve ?

thnaks for your help
regards
serge
 
R

Ranjan

Hello serge,

I think you need to check how many open connections you have while the application
is running. You can use perfmon.exe to do this.

Normally it would be better if you use the using construct to open any connections,
its safer that way, as you would not be missing out on closing any connections.



HTH,
r.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top