How to check if Connection Pooling is used in our application
We have an ASP.NET application designed by developer team.
All the files are .aspx
They are all hosted in an Windows IIS and connect to Oracle database.
I was reading some forums where people are suggesting to use "connection pooling" for better database performance.
Now is there anyway I can check in code of the .aspx files to see if our team is using connection pooling method or not.