During app loading a single user will add 10 connections to the pool. Then if I load another user I will have a total of 20 connections.
Why are new connections being added to the pool instead of reusing connections? I can see that that there are connections available that haven't been used in minutes yet it still opens new connections.
- Its the same connection string
- I ran SQL Sever Profiler I can see sp_reset_connection being called after every call.
Any help would be appreciated.