tags:

views:

1747

answers:

2

Hi all,

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 ControlPanel---->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 InternetInformationService.

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!

+2  A: 

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 Pane -> 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 Pane -> Add Remove Programs -> Click Add Remove Windows Components Check IIS box Click next and follow prompts to Install IIS.

Matthew Vines
If I type the inetmgr in the run command I am getting an error:"Windows cannot find inetmgr. Make sure you typed the name correctly, and then try again"But when I look in the second way i have IIS in the Windows Component.What should I do?
Sheetal
Un install IIS and ReInstall it.
Matthew Vines
Actually one of my friend Installed it into my system. And I dont know how to re-install it.Can you help me out for this please?
Sheetal
Edited response to include reinstall details.
Matthew Vines
note the link phoenix provided is more complete than my quick summary, but it doesn't seem to me that you have any configurations to maintain.
Matthew Vines
+1  A: 

Check

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

For reinstalling

How to remove and reinstall IIS 5.0, 5.1 and 6.0

rahul
I dont find any option as SERVICES in my control Panel
Sheetal
Sorry, forgot to add Administrative tools. Check the edit
rahul
Thanks for your prompt reply.I dont find any option as IISAdmin in the services list.
Sheetal