How to Install IIS7 and Enable ASP.NET on Windows 7 (or Vista)

by

Here's how to install Internet Information Services (IIS7) on a Windows 7 (or Vista) computer so that ASP.NET websites will run on the IIS7 web server.  First, you will want to make sure that you are signed into an account with Administrator access on your computer to install IIS7.  Keep in mind, Windows 7 by default should come with IIS7 installed, however you will still need to turn on certain features like ASP.NET for them to work correctly.

Here's how to install IIS7:

  1. Goto Start -> Control Panel -> Programs -> Programs and Features -> then on the left-hand side click on Turn Windows features on or off.
  2. In the 'Windows Features' box that comes up, click the Internet Information Service box and then expand the node.
  3. Now check the Web Management Tools box.
  4. Expand World Wide Web Services, and expand Application Development and make sure to select the following features:
    • .Net Extensibility
    • ASP.NET
    • CGI
    • ISAPI Extensions
    • ISAPI Filters
  5. Click OK to save changes and install IIS7 with the ASP.NET feature turned on.
  6. Once the installation completes, you'll want to test the IIS7 web server to make sure it is working correctly by opening up your internet browser and going to http://localhost . If you see the IIS welcome page, you know that the installation of IIS7 was successful.
 
 


0
8

8 Comments

anonymous by kaari on 12/14/2012
i am getting only .net extensibility and i am not getting ASP.NET, CGI etc
anonymous by ks on 6/20/2013
Thanks! This helped me a lot
anonymous by Yogi on 12/26/2014

Thank You ..........I am searching more But this is helped Me.................

anonymous by AM on 1/22/2015

Thanks

anonymous by mt on 1/22/2015
gracias mill
anonymous by Johnny on 1/27/2015
thanks
anonymous by Shahid Nawaz on 7/7/2015

Thanks

anonymous by botha on 8/19/2015

this is more clear than the steps given in Microsoft website. thank you!!

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


After setting up a new Windows 7 computer with IIS 7.5 and Visual Studio 2010, I tried to start my ASP.NET 4.0 website using the Local IIS web server. However, right off the bat I was hit with the following IIS error message: HTTP Error 500.21 - Internal...  more »

After running a ASP.NET website on IIS 7.5 for the first time on a Windows 7 computer, I was faced with the following error message: Login failed for user 'IIS APPPOOL\ASP.NET v4.0'. Description: An unhandled exception occurred during the execution of the...  more »