简体   繁体   中英

how to debug iis 7.5 application pool?

I'm having a problem with my IIS 7.5. problem that maybe I have caused yesterday after playing with application pools. The problem is that website become very slow and the only way to fix it is to recycle the application pool. When i try to access HTML file it's working fast but when i access classic ASP file it takes long time to load "Waiting for"

When i recycle the pool the problem solved for few seconds or minutes and my question is how do i debug it ? how do i know what cause the application pool to stuck ?

you always have the possibility to debug classic asp applications.

set the debug properties in your iis for your web application like so: server-side Debugging active: true

then you can use the "stop" keyword in your classic asp files to set a "breakpoint". a popup will be raised to ask you how you want to debug your asp file (egvisual Studio)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM