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:55
http://localhost:80 

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

查看更多
该账号已被封号
3楼-- · 2020-02-18 05:59

Check

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

For reinstalling

How to remove and reinstall IIS 5.0, 5.1 and 6.0

查看更多
登录 后发表回答