WebDAV mapped drive asking for username and password
Posted
by
confus3d
on Server Fault
See other posts from Server Fault
or by confus3d
Published on 2009-07-15T16:31:22Z
Indexed on
2012/11/23
5:01 UTC
Read the original article
Hit count: 447
Since we migrated domains we're having problems with mapping a drive using a WebDAV connection in our login script. It's a simple
net use x: \\server.domain.com\folder
Which used to authenticate automatically (all we needed to do to make this happen was to put the server in the intranet zone in the internet explorer settings).
Since the domain migration though, nearly everyone is being prompted for a username and password to connect. Does anyone have any idea how to fix this? Any help much appreciated.
The webdav share is on a Windows 2003 server running IIS.
© Server Fault or respective owner