Check whether IIS is installed or not?

前端 未结 8 919
挽巷
挽巷 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:15

    I simple gave below in all my browsers. I got image IIS7

    http://localhost/
    
    0 讨论(0)
  • 2020-12-25 11:19

    For Windows 7:
    Control Panel > Programs > Programs and Features > Turn Windows Features On or Off > to turn on IIS click on Check box.

    0 讨论(0)
  • 2020-12-25 11:23
    http://localhost:80 
    

    type above line in your browser you realize IIS installed or not

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

    In the menu, go to RUN > services.msc and hit enter to get the services window and check for the IIS ADMIN service. If it is not present, then reinstall IIS using your windows CD.

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

    The quickest way to check is just to write "inetmgr" at run (By pressing Win + R) as a command, if a manager window is appeared then it's installed otherwise it isn't.

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

    Refer this a step by step approach:

    http://www.codeproject.com/Tips/365704/Install-IIS-on-Windows

    For many users you have to enable the windows feature on then check IIS and then go with RUN followed by searching for inetmgr.

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