How to enable asp.net / asp for IIS 7.0 on Windows Vista
If you find you self in a situation that an aspx page cannot be accessed from IIS 7 on Windows Vista, read this.
go to Control Panel –> Program –> Turn Windows Features on or off
then expand Internet Information Services –> World Wide Web Services –> Application Development Features
Last, just check what features you need: ASP, ASP.NET, CGI, ISPI and etc.
Even Holen said,
August 10, 2007 at 3:32 am
You might also consider adding some other features to get classic ASP to function. I.e. see Performance Feature -> Http compression dynamic to “enable your web server to host classic asp application”, and maybe some of the features beneath Common HTTP Features and others.
In short go through all options to see which applies to you and your needs!
Nelson said,
August 15, 2007 at 12:51 pm
Thanks for the comment.
I’ve seen the option too, but haven’t time to enable and test it yet. Will update when I done testing.