0

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?

AnonJr
  • 2,759
  • 1
  • 26
  • 39
Smaug
  • 2,625
  • 5
  • 28
  • 44

1 Answers1

1

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.

Community
  • 1
  • 1
AnonJr
  • 2,759
  • 1
  • 26
  • 39