Reputation: 823
I have installed ASP.NET along with my Visual Studio, but when I tried to create a website from File-->New Website
and put Location as http and language as C# it throws an error. I have installed IIS manager 7 in the machine but when I check in Services.msc IISadmin is not listed, but I do have a directory C:\inetpub\wwwroot\
Upvotes: 0
Views: 334
Reputation: 2499
check from the window features if iis components are all installed.
Upvotes: 1
Reputation: 3392
Installing the umbrella 'IIS' is not enough. You have to go deeper into IIS in Windows Features and physically select everything that error dialog tells you to install.
Upvotes: 1
Reputation: 76198
You need to install those features as well.
If you're running Windows 7 Home Basic and Starter Editions, you may not get all of them as available options.
This will help: http://learn.iis.net/page.aspx/28/installing-iis-7-on-windows-vista-and-windows-7/
Upvotes: 1