I am getting connection timeouts and I suspect they may be caused by a bug that is allowing me to exceed my connection pool limit. Is there a way to progamatically detect this?
A:
You can find this information and a lot of more using performance counters for ADO.Net.
zihotki
2010-02-26 19:46:05
But won't that only work when I have one connection pool?
Jonathan Allen
2010-02-26 20:14:51
It will work and there is no other way to see the usage of a thread pools of an application.
zihotki
2010-02-26 21:20:36