简体   繁体   中英

How to debug classic asp page Visual Studio 2010 on IIS 7.5?

I have tried attaching the debugger to the IIS worker process and have a break point on the asp page. But it never hits the breakpoint.

I am able to debug the aspx pages in the same site using the above process.

I have got it working by setting

IIS Manager => Site => ASP => Debugging Properties => Enable Server Side Debugging

to True.

Update : IIS Image is attached

在此处输入图片说明

还要确保您在附加时将其设置为仅附加到脚本代码。

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