On the client side I am running XP Professional with VS.NET 2002.
On the server side I am running 2003 Server with IIS. My web files are
physically in the default folder of C:\InetPub\wwwroot and is shared
as \\portal\iwwwroot.
I am able to map a drive (from within Windows Explorer) and create and
modify files with no problems.
BUT...
When I try to create a new web project named
http://portal/iwwwroot/WebApplication1 from within VS.NET I am getting
the following error:
The default Web access mode for this project is set to file share, but
the project folder at 'http://portal/iwwwroot/WebApplication1' cannot
be opened with the path '\\portal\wwwroot$\iwwwroot\WebApplication1'.
The error returned was:
Unable to create Web project 'iwwwroot/WebApplication1'. The UNC share
'\\portal\wwwroot$\iwwwroot\WebApplication1' does not exist or you do
not have access.
What would you like to do?
* Retry using a different file share path
Location \\portal\wwwroot$\iwwwroot\WebApplication1
o Try to open the project with FrontPage Server Extensions
Not sure where wwwroot$ is coming from, but even when I remove it from
the retry texbox, the error still occurs.
(BTW - The FrontPage option does not work either but that is probably
another issue.)
Thanks for any help you can provide.
- Jason