I am trying to creat a new web project using Visual Studio .NET by connecting to a web server that is not my local machine. We use Active Directory to manage user accounts, etc.
On the web server I have created a new site and assigned it a virtual directory. I have enabled web sharing and file sharing on inetpub, and the virtual directory so that "Everyone" has full control.
When I try to create a new project on the server I get the following error:
The default web access mode for this project is set to file share, but the project folder at " cannot be opened with the path "\\MyServer\ The UNC share does not exist or you do not have access.
I am pretty sure that I have the path correct. What permissions should I be using for the directories and the web site?
Thanks
On the web server I have created a new site and assigned it a virtual directory. I have enabled web sharing and file sharing on inetpub, and the virtual directory so that "Everyone" has full control.
When I try to create a new project on the server I get the following error:
The default web access mode for this project is set to file share, but the project folder at " cannot be opened with the path "\\MyServer\ The UNC share does not exist or you do not have access.
I am pretty sure that I have the path correct. What permissions should I be using for the directories and the web site?
Thanks