|
Re: Vista 64 and WebDAV Wigster <blob@xxxxxx> wrote in
news:Xns9BF189857AB64blobblobcomowiejhfll@xxxxxx:
I think I've just noticed what is going on on Vista x64:
I add a WebDAV server network location, say
https://<server>/<folder>
In command prompt, net use tells me that I have a mapping
\\<server>@SSL\<folder>
Then, after rebooting, the mapping is broken, you start getting the
"Folder invalid". If you now go to the command prompt and fo "net use"
again you will find that the mapping has *changed* to
\\<server>@SSL\DavWWWRoot
which does not exist.
You can fix this by doing
net use \\<server>@SSL\DavWWWRoot /d
then deleting the mapped folder in My Computer and then adding it back
through Add Network Locations.
What could be changing this? |