Search code examples
asp.netvisual-studiovisual-studio-2010asp-classiciis-7.5

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.


Solution

  • 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