I\'m a java developer that has been tasked with some Classic ASP work. I\'m trying to setup IIS 7.5 in Windows 7 64 bit and was able to get the server configured to get the loc
I used the information from this link: How to setup IIS 7 for Classic ASP. Even though I was using IIS 7.5, I followed the same instructions, except that I added in a virtual directory.
Then I commented out the offending lines in the global.asa file. Basically it was pointing to the registry to get server information, hence my error as I was trying to run things locally on my machine.
After that I was able to hit the default.asp at the root and bring it up.