Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 687
Amitabh Avatar asked Jul 13 '10 09:07

Amitabh


People also ask

How do I debug a classic ASP page in Visual Studio?

In the remote debugging tool select tools-> options -> no authentication for all users. Go to visual studio and attach to process w3wp.exe. if cant see the process (w3wp.exe). Open the website link in browser and select show for all users now u will be able to see the process and attach.


1 Answers

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

like image 167
Amitabh Avatar answered Oct 12 '22 04:10

Amitabh