Niranjan
Niranjan

Reputation: 823

Not able to create an ASP.NET website with visual studio 2008

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\

This is the error shown when I try to create the website

Upvotes: 0

Views: 334

Answers (3)

Samir Adel
Samir Adel

Reputation: 2499

check from the window features if iis components are all installed.

Upvotes: 1

Jon Martin
Jon Martin

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

Mrchief
Mrchief

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

Related Questions