Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm doing some debugging of asp.net and noticed that my classic asp stuff in the same project isn't working in cassini on windows xp sp3 using visual studio 2010 SP1Rel. Do I need to add vbrun.dll to cassini or is it even possible to debug classic asp files in a cassini debug session?

share|improve this question

1 Answer

up vote 2 down vote accepted

The Cassini webserver doesnot run Classic ASP

You can use this link as it has been answered below:-

Debugging Classic ASP in Visual Studio 2010

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.