Ask a questionAsk a question
 

Proposed Answeraspnet_regiis -i problem

  • Wednesday, November 04, 2009 9:56 PMSheenLim Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    hello peps, Im trying to register IIS on my computer, i've already enabled the IIS that came in with the OS, by the way I'm using Vista Ultimate. But when I go the cmd and navigate my way throught %systemropt%/microsoft.net/framework/v2.0.50727 and ran aspnet_regiis with a parameter of -i for installation, it throws a message saying that IIS has not yet installed on this computer.

    how do I do this? anyone?
    any help is greatly appreciated.

All Replies

  • Wednesday, November 04, 2009 10:59 PMImran21027 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Type following in Browser!

    http://localhost/

    It should open IIS7 welcome screen, this will confirm that iis is installed and running!

    if you get some error like page cannot display then follow this1

    1. control panel
    2. program and features
    3. Make sure internet information Services check box is checked or not-->

    if not then check it!

    It will install IIS on your machine then again try to see in Browser , when you see welcome screen...



    Then try you command again to register IIS with ASPnet.

    Hopefully it will help!




    EME
    • Proposed As Answer byKhanna Gaurav Thursday, November 05, 2009 6:35 AM
    •  
  • Thursday, November 05, 2009 6:33 AMKhanna Gaurav Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer

    Just to add to Imran21027's answer the exact path is as below


    1. Open Control Panel -> Programs and Features
    2. Here you will find "Turn Windows Features On or Off" link on the left side
    3. Select the Checkbox "Internet Information Services"
    4. Make sure you check "World Wide Web Service" and also select ASP.NET & .NET Extensibility in "Window Development Features"


    Gaurav Khanna
    • Proposed As Answer byKhanna Gaurav Thursday, November 05, 2009 6:35 AM
    •  
  • Friday, November 06, 2009 11:46 PMSheenLim Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I've already done this but still I cant register IIS. I'm stuck

    By the way I'm using Vista x64 could this be the problem?