PDA

Click to See Complete Forum and Search --> : Cann not create web project


Tonatiuh
Feb 19th, 2002, 07:01 PM
When I want to create web project I receive this message:

Unable to create web project 'WebApplication1'. The file path 'c:\inetpub\wwwroot\WebApplication1' does not correspond to the URL 'http://LocalHost/WebApplication1'. The two need to map to the same server location. HTTP Error 404: Not Found

The Internet Information Server Services in Computer Management shows the node: Default Web Site (stoped).

Any idea?

DevGrp
Feb 19th, 2002, 09:03 PM
Make sure IIS is started, and when it asked for the name of the web project, make sure you put http://localhost/WebApplication1

AutoBot
Feb 20th, 2002, 02:22 AM
Like DevGrp said make sure IIS is running but other than that they should map together automatically, perhaps you don't have the asp.net extensions installed which is required if I'm not mistaken.

Tonatiuh
Feb 20th, 2002, 08:19 AM
DevGrp: When I try to start the Default Web Site in the IIS Services (Computer management), I receive this message:

The address is already in use.

=============================================

AutoBot: I do not know how to check if I have the asp.net extensions installed nor how to install them. Could you help me to check that?

Tonatiuh
Feb 23rd, 2002, 11:06 AM
Really nobody has the answer to this problem !?