User75983383 posted
Hi, im using the Enterprise Library to insert and update data to an sql database.
Im getting 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."
I want to check how many open connections I have while the application is running.
Which tool can I use to do that?
Thanks.