Create project

R

Rado

Hello.
I have one problem,
When I create ASP:NET web application, Visual studio show me error message
where write :
********************************************
The default Web acces mode for this project is set to file share, but the
project folder at http://localhost/webaplication1 cannot be opened with the
path " e:\inetpub\wwwroot\webapplication1". The error returned was :
Unable to create Web project "Webapplication1". The file path
"e:\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.

*******************************************

I have Install Windows 2003 Server Entreprise Edition.
Have somebody Idea where can be problem.
Thank you very much for answer.
 
C

Cor

Hi Rado,
The default Web acces mode for this project is set to file share, but the
project folder at http://localhost/webaplication1 cannot be opened with the
path " e:\inetpub\wwwroot\webapplication1". The error returned was :
Unable to create Web project "Webapplication1". The file path
"e:\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.

I don't know if this is the only right answer to solve your problem, but
that your inetpub is on the "e" drive from your localhost is impropable, but
it can be.

Naming and directing to the right development server goes a little bit
strange when you don't know it.
When you start a webapplication, you have direct to change the place and
name of the server.

I hope this helps you to get the right direction.
But if this is not the problem I think than you can better ask this question
as well as in an IIs newsgroup and/or ASP.Net newsgroup.
Mostly it has to do with security settings.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top