简体   繁体   中英

Configure Debugging on IIS 8 with Classic ASP files

Given a working Internet application written in classic ASP (with some VBScript) and an IIS 8 .

Now I have to debug that application probably in VS2012 or VS2010.

I hear about some rumors, that I can configure the IIS to do that .

Furthermore when I write STOP keyword to the code file (in text editor) then the visual Studio will be triggered to attaching the actual debugger.

Please help me with these IIS or other settings, and ask if the situation is unclear .

What are tried:

在此处输入图片说明

在iis的asp部分中,将调试属性“服务器端调试”下的设置为“ true”。

I had to attach to the IIS working process w3wp.exe in Visual Studio manually. Somewhy that wasn't automatical but i saw cases on other computers when it was...

在此处输入图片说明

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