Creating a Web project from a workstation

G

Guest

Hi,

I have installed Visual Studio.NET on a W2K Pro workstation and I want to
create a Web project into my Windows Server 2003 web server. When trying to
create it from my workstation, I receive the following message:

The default Web Access mode for this project is set to file share, but the
project folder at http://webserver/DEV/Login cannot be opened with the path
//webserver/wwwroot$/DEV/Login. The error returned was:

Unable to create Web Project DEV/Login The UNC share
//webserver/wwwroot$/dev/login does not exist or you do not have access

Any idea?

Thanks
 
K

Klaus H. Probst

Use an admin share or a normal one and make sure you have permissions to it.
Are you saying the error is being caused by something other than security?
VS.NET can use either FP extensions or shares to move project files to
servers; if you want to use a share then you'll need to be able to write to
it.
 

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