I am running a web application with application protection
level set to high, so it runs in a separate dllhost.exe
process, the process takes around 14,000 K of memory I
wanna know if this is fine or I have a memory leak problem
I set all record sets to nothing without closing them and
also I close the database connection
Are there any tools that can measure the ASP page
performance and tell me where do I have performance
bottlenecks ?
Thank You
level set to high, so it runs in a separate dllhost.exe
process, the process takes around 14,000 K of memory I
wanna know if this is fine or I have a memory leak problem
I set all record sets to nothing without closing them and
also I close the database connection
Are there any tools that can measure the ASP page
performance and tell me where do I have performance
bottlenecks ?
Thank You
Comment