Check whether IIS is installed or not?

2020-02-18 05:30发布

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 from the dialog box if I select the option as LOCAL IIS WEBSITE I am getting a message as "IIS not installed on this computer"

When I checked in the Control Panel---->Add or remove programs ---->Add or remove windows components. The Option Internet Information Service is already checked marked.

But when I click on the Control Panel ---> Administrative Tools, I dont find the option as Internet Information Service.

I also have the root directory as C:\Inetpub\WWWRoot.

And when I give the following command in the VS command Prompt

aspnet_regiis.exe -i

It is giving the message as finished installing ASP.NET

Can any one help me in identifying whether IIS is installed in my system or not?

Please help me out!

标签: iis
8条回答
对你真心纯属浪费
2楼-- · 2020-02-18 05:36

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

http://localhost/
查看更多
戒情不戒烟
3楼-- · 2020-02-18 05:40

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.

查看更多
啃猪蹄的小仙女
4楼-- · 2020-02-18 05:40

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.

查看更多
够拽才男人
5楼-- · 2020-02-18 05:46

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

查看更多
We Are One
6楼-- · 2020-02-18 05:50

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.

查看更多
叼着烟拽天下
7楼-- · 2020-02-18 05:50

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.

查看更多
登录 后发表回答