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

11,533

I have got it working by setting

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

to True.

Update : IIS Image is attached

enter image description here

Share:
11,533
Amitabh
Author by

Amitabh

Updated on June 05, 2022

Comments

  • Amitabh
    Amitabh almost 2 years

    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.