Hello!
I have a Windows 2008R2 SP1 server with IIS. I trying to setup webdav and map it as a network dirve (the client machine is 2008R2 SP1, too). The server and the client is in two different networks, separated by a firewall and only port 443 is opened. On the server I use a self singed cert. for SSL, and on the client I put it in the trusted root.
In IIS I enabled webdav and basic authentication.
I can successfully open the webdav folder on the client machine from Internet Explorer after authentication. But I if want to map it from command line, I always get the following error message:
C:\Users\Administrator>net use z: https://server/fileshare/ /u:webdav Test1234
System error 1244 has occurred.
The operation being requested was not performed because the user has not been authenticated.
I found this error message at this page: http://www.iis.net/learn/publish/using-webdav/using-the-webdav-redirector
so in the regisrty, at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters created theAuthForwardServerList the registry key and added the server's URL:https://server
Changed the Physical Path Credentials Logon Type:
But it still doesn't work. Do you have any idea what am I did wrong? i would appreciate your help.
Thanks in advance,
Balazs