When I try to create a new ASP.NET web project in VS.NET, the following error returned: ------------------------------------------------------------------------------------------------------ Web Access Failed The default Web access mode for this project is
set to file share, but the project folder at ‘http://localhost/WebApplication1’ cannot be opened with the path ‘c:\inetpub\wwwroot\WebApplication1’. The error returned was: Unable to create Web project ‘WebApplication1’. The file path ‘c:\inetpub\wwwroot\WebApplication1’
does not correspond to the URL ‘http://localhost/WebApplication1’. The two need to map to the same server location. HTTP Error 504: Gateway Time-out What would you like to do? ( ) Retry using a different file share path Location: ( ) Try to open the project
with FrontPage Server Extensions ( ) Work offline ------------------------------------------------------------------------------------------------------ The ‘World Wide Web Publishing Service’ had already been started before creating the ASP.NET web project,
and there is sufficient disk space in the local PC. I have tried to pick option 1, 2 but no go, option 3 was disabled. Could someone tell me how to overcome this problem? Thanks in advance
Are you using a machine where you have a profile? If so check and see if C:\WINNT is your file path that corresponds to http://localhost instead of c:\inetpub. I don't know where this setting is determined but that was the resolution on my laptop.
craig david
Member
20 Points
4 Posts
Web Access Failed
Jan 29, 2003 03:52 PM|LINK
JimmyM
Star
8796 Points
1671 Posts
Re: Web Access Failed
Jan 29, 2003 05:41 PM|LINK
JSweeney20
Member
95 Points
19 Posts
Re: Web Access Failed
Aug 02, 2003 05:18 PM|LINK