Smaug
Smaug

Reputation: 2673

How Can I debug Classic ASP in Visual Studio 2010 with out local IIS installed?

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?

Upvotes: 0

Views: 205

Answers (1)

AnonJr
AnonJr

Reputation: 2757

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.

Upvotes: 1

Related Questions