David
Wed Feb 11 07:42:18 CST 2004
First, read the extensive VS.Net documentation on how to set up a web
project on both a local server and on a remote server. Things can't
automatically work -- you gotta follow instructions first.
You do not mention whether this is local or remote server, whether the
machine(s) are in a domain or stand-alone, who is in the "VS Developers" and
"Debugger Users" groups on which machine, and finally, whether FPSE Client
and the wwwroot$ UNC share has the right permissions. VS.Net Documentation
points out every single one of these details, so please start there.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:u09eoVJ8DHA.2044@TK2MSFTNGP10.phx.gbl...
- Do you have a wwwroot$ share? (that should be c:\inetpub\wwwroot that is
shared)
- Does /app1 exist under c:\inetpub\wwwroot\?
If not, then follow the instructions here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;320265
HOW TO: Use File Share Mode for a Share Other Than the Default wwwroot$
Share
Cheers
Ken
"vprdar" <anonymous@discussions.microsoft.com> wrote in message
news:6B721032-C08E-4E18-941A-6435C1394DEC@microsoft.com...
: I have windows xp professional on my pc and have installed IIS and .NET,
.NET has been installed on the 'D:' drive. When i try to create a ASP
project, i get the "WEb access failed dialog box" saying "Unable to create
web project "app1". The UNC share "\\mc\wwwroot$\app1" does not exist or you
do not have access".
:
: what am i missing?
: thankyou.