Check whether IIS is installed or not?

前端 未结 8 920
挽巷
挽巷 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.

    0 讨论(0)
  • 2020-12-25 11:40

    Check

    Control Panel --> Administrative Tools --> Services --> IIS Admin

    For reinstalling

    How to remove and reinstall IIS 5.0, 5.1 and 6.0

    0 讨论(0)
提交回复
热议问题