Amitabh
Amitabh

Reputation: 61187

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.

Upvotes: 5

Views: 11583

Answers (2)

Amitabh
Amitabh

Reputation: 61187

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

Upvotes: 12

Draw3D
Draw3D

Reputation: 21

Also make sure you when attach to set it to attach to Script code only.

Upvotes: 0

Related Questions