S
Sam Carleton
I am trying to figure out how to get VS.Net and IIS6 to work
together... I am working in domain nowhere.local. I have a W2K3
server named server1.nowhere.local that is running IIS6. I want it
to host a web site named jws.nowhere.local. Within II6 of server1,
I created a new web site as to allow one to serf to
jws.nowhere.local and see the simply default.htm doc. Then I have
shared that directories root such that the path to the default file
is: \\server1\jws$\default.html
Then when I try to create a new ASP.NET Web Application:
http://jws.nowhere.local/calendar
With a file share path of:
\\server1\jws$\calendar
-------------- I get this error --------------
The default Web access mode for this project is set to file share,
but the project folder at 'http://jws.nowhere.local/calendar' cannot
be opned with the path '\\server1\jws$\calendar'. The error
returned was:
Unable to create Web project 'calendar'. The file path
'\\server1\jws$\calendar' does not correspond to the URL
'http://jws.nowhere.local/calendar'. the two need to map to the
same server location
-------------- error --------------
The file path and the URL do point to the same location. What do I
need to do to get this setup correctly?
Sam
together... I am working in domain nowhere.local. I have a W2K3
server named server1.nowhere.local that is running IIS6. I want it
to host a web site named jws.nowhere.local. Within II6 of server1,
I created a new web site as to allow one to serf to
jws.nowhere.local and see the simply default.htm doc. Then I have
shared that directories root such that the path to the default file
is: \\server1\jws$\default.html
Then when I try to create a new ASP.NET Web Application:
http://jws.nowhere.local/calendar
With a file share path of:
\\server1\jws$\calendar
-------------- I get this error --------------
The default Web access mode for this project is set to file share,
but the project folder at 'http://jws.nowhere.local/calendar' cannot
be opned with the path '\\server1\jws$\calendar'. The error
returned was:
Unable to create Web project 'calendar'. The file path
'\\server1\jws$\calendar' does not correspond to the URL
'http://jws.nowhere.local/calendar'. the two need to map to the
same server location
-------------- error --------------
The file path and the URL do point to the same location. What do I
need to do to get this setup correctly?
Sam