Reputation: 12930
I need to run some classic ASP locally before deployment to a legacy web application. To make things worse, my current workstation is a Windows 7 Ultimate x64 with VS2008 environment.
What are my options for testing/debugging?
One option I tried was Baby ASP Server, but I am actually running an ASP script I know should fail (on CreateObject()), does fail, but the error messages are extremely uninformative.
Upvotes: 1
Views: 932
Reputation: 39453
What prevents you from installing IIS with support for ASP?
Go to Control Panel and then "Turn Windows features on and off" alt text http://img513.imageshack.us/img513/7204/windowsfeatures.png
Upvotes: 3