Check whether IIS is installed or not?

前端 未结 8 934
挽巷
挽巷 2020-12-25 11:01

I am trying to create a Local IIS Website using ASP.NET.

When I click on New -----> Website and select the type as HTTP and

8条回答
  •  无人及你
    2020-12-25 11:38

    go to Start->Run type inetmgr and press OK. If you get an IIS configuration screen. It is installed, otherwise it isn't.

    You can also check ControlPanel->Add Remove Programs, Click Add Remove Windows Components and look for IIS in the list of installed components.

    EDIT


    To Reinstall IIS.

    Control Panel -> Add Remove Programs -> Click Add Remove Windows Components
    Uncheck IIS box
    

    Click next and follow prompts to UnInstall IIS. Insert your windows disc into the appropriate drive.

    Control Panel -> Add Remove Programs -> Click Add Remove Windows Components
    Check IIS box
    

    Click next and follow prompts to Install IIS.

提交回复
热议问题