Click to See Complete Forum and Search --> : I can't create C# Asp.Net Web Application project.


Cosma
August 21st, 2004, 11:50 AM
I can't create C# Asp.Net Web Application project.
I write in location textbox:
http://localhost/commerce

Than show up Web Access Failed Dialog Box with content:

Unable to create Web project 'commerce'.
The file path '<C:\Inetpub\wwwroot\commerce>' does not correspond
to the URL 'http//localhost/commerce'.
The two need to map to the same server location.
HTTP Error 404: Object Not Found.

This directorys are exist and shared.
What can i do in this chance?

MRutledge
August 21st, 2004, 03:39 PM
are you using a proxy server? If so you might want to by pass it for local addresses

Cosma
August 21st, 2004, 05:07 PM
I'm using IIS and VS.NET.
What options must i change to make all correctly?
What must i do at the begining to make available creating of ASP.NET Web Application & Web Services Apllication projects?

Thanks.

MRutledge
August 21st, 2004, 07:26 PM
I am going to ask this a different way...are you using a proxy server to connect through ie? You can find out by going to the internet options in ie, click on the connections tab and then the lan settings. If you are using a proxy then there is a box to check to say do not use proxy on localhost.