So I installed Classic ASP on my Vista (IIS7) machine and I got passed the initial problem. As I was working my way into the application I started having other problems. I found this post on BillS' IIS Blog. He gives you a lot of the solutions to possible errors you might get with Classic ASP and IIS7.
Happy Configuring!
I had to set up a classic ASP website on my Windows Vista dev machine. I created the Website and pointed it to the code, but it wasn't working. Like IIS6, II7 doesn't have Classic ASP. The only difference is with IIS6 you only need to enable Classic ASP as with IIS7 you need to install it.
Open up Control Panel and go to Programs and Features. Turn Windows features on or off. On the window that comes up go to Internet Information Services - World Wide Web Services - Application Development Features and check ASP. Hit OK and wait for...