0
votes

I am aware that Classic ASP debugging is not possible with Visual Studio 2010 Development server.

I know it is possible with IIS installed locally, but my case was bit tricky. Due to security restrictions, I need to work with Visual Studio 2010 - but without IIS installed locally.

Is there any alternative, workaround, or easy trick to make it possible to debug classic ASP?

1
@sine OP specifically asked for ASP classic, not .NET.just.another.programmer
@sine I needed debugging on Classic ASP trick.Smaug
Would IISExpress be permitted?My Other Me
Take a look at Active Local Pages activelocalpages.comJohn

1 Answers

1
votes

If you can run it, the "Team Remote ASP Debugger" mentioned in this answer to a related question may be of help. It claims to be able to run without special permissions, etc. - but having not tried it myself, I couldn't say if it works for sure.