G
Guest
I'm getting a Web Access Failed dialog when trying to create a new ASP.NET
Web Application.
VB.net 2003 on XPSP2
SBS 2003, IIS6
In IIS, I created a new site with a "testsite" host header specified to
distinguish from the default site.
I added a CNAME record, testsite.servername.local and made a default.htm in
the home directory to test to be sure I could access the site using the new
CNAME--that works fine.
The wwwroot folder is shared and NTFS permissions on the site's home folder
(under wwwroot) should be okay. I can map a drive to wwwroot and do whatever
I want with the site home folder.
When trying to create a new ASP.net Web Application project at
http://testsite.servername.local/testsite, I get the following error:
Web Access Failed
The default Web access mode for this project is set to file share, but the
project folder at 'http://testsite.servername.local/testsite' cannot be
opened with the path '\\testsite.servername.local\wwwroot$\testsite'. The
error returned was:
Unable to create Web project 'testsite'. The UNC share
'\\testsite.servername.local\wwwroot$\testsite' does not exist or you do not
have access.
Any help would be greatly appreciated!
Brandon
Web Application.
VB.net 2003 on XPSP2
SBS 2003, IIS6
In IIS, I created a new site with a "testsite" host header specified to
distinguish from the default site.
I added a CNAME record, testsite.servername.local and made a default.htm in
the home directory to test to be sure I could access the site using the new
CNAME--that works fine.
The wwwroot folder is shared and NTFS permissions on the site's home folder
(under wwwroot) should be okay. I can map a drive to wwwroot and do whatever
I want with the site home folder.
When trying to create a new ASP.net Web Application project at
http://testsite.servername.local/testsite, I get the following error:
Web Access Failed
The default Web access mode for this project is set to file share, but the
project folder at 'http://testsite.servername.local/testsite' cannot be
opened with the path '\\testsite.servername.local\wwwroot$\testsite'. The
error returned was:
Unable to create Web project 'testsite'. The UNC share
'\\testsite.servername.local\wwwroot$\testsite' does not exist or you do not
have access.
Any help would be greatly appreciated!
Brandon