How to install IIS 7 and setup asp in windows 7

June 1st, 2009

Internet Information Services (IIS) 7.5 is the web server software included with Windows. IIS isn’t installed by default when you install Windows. Below is a simple guide about how to install IIS7 and setup asp in windows 7.

1.Click the Start button , click Control Panel, click Programs and Features, and then click Turn Windows features on or off.If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

turnfeaturesonoroff
2.In the list of Windows features, select Internet Information Services, and then click OK.
iis7

Then,in the list of Windows features, click the plus sign (+) next to Internet Information Services, click the plus sign (+) next to World Wide Web Services, click the plus sign (+) next to Application Development Features, select the dynamic content features you want to install, and then click OK.

iisasp
3.Go to Control Panel again,select Administrative Tools,double clicke IIS Manger to configure IIS 7.
iismanager
4.Select Default Web Site,then double click ASP.
defaultwebsite
5.Enable  Parent Paths for ASP then click Apply

parentpaths
6.You can modify Default Document by clicking Default Document,modify binding port by clicking Bindings…,modify the phisical web path by clicking Advanced Settings… .
configiis7
7.Type localhost or 127.0.0.1 in you IE or Firefox to see the results.
localhost

11 Responses to “How to install IIS 7 and setup asp in windows 7”

  1. gfheiche says:

    Thank you for the very helpful tutorial.
    Following your instructions, I installed IIS and then added a virtual directory with a folder XYZ. It appears in DESKTOP\Sites\Default Web Site\XYZ. My IP Address is 98.218.20.24
    Can I access XYZ from the outside, ie which URL should be used (forgetting about DNS) ?
    Thanks in advance
    gfheiche

  2. Luis Carlos says:

    Tank´s for this tutorial!

    But, what configure IIS for use Data Base Access with ASP?

  3. James Trovalds says:

    i cannot install using this cretaria. at the end of the progress bar, it says an error has occured. no details provided about the error.

  4. Emmitt says:

    These instructions are for Windows 7 Home? I didn’t think that IIS Server is available for Microsoft Windows 7 Home edition. Thanks.

  5. Arif says:

    Thnks a lot.

  6. Amit says:

    Hey Boss
    Thanks A Lot

    Amit

  7. Darren says:

    HELLO I WAS WONDERING WHAT SHOULD I CHANGE MY DEFAULT DOCUMENT BINDING PORT TO??? AND ALSO WHAT DO I DO WITH ADVANCED SETTINGS???

  8. José says:

    I´ve spent a couple of hours trying to make IIS show that first page, only with your guide did I succeed.

    Now I´ll try to setup a local site.

    Thank you very much!

    José.

  9. Sandro Hutapea says:

    I’ve installed the IIS in Windows 7. But when I tried to build a website using service, It said that The IIS doesn’t installed or the service is not start. I check for the service. but the service was run. So I really confused why this could happen…Please give me a an advice.

  10. mahmud says:

    Great tut!! It helped me a lot!! Thanks for sharing!!

    -Mahmud

  11. Lavanya says:

    please provide me a detailed steps in how to install and run ASP and where to save it and execute it because im very new to this please help me….

Leave a Reply