Webdav,WS2008 R2 Web版和IIS 7.5

我可以看到这正在迅速成为一个常见问题。

有些东西阻止我通过Webdav访问共享文件夹。 以下是到目前为止所采取的步骤:

0. Hosted machine has two IP addresses, 2 sub-domain names bound separately to each. 1. Add HTTPS binding to site using appcmd 2. Use netsh to bind SSL certificate. 3. Ensure 443 is open in the firewall 4. Installed desktop experience on server 5. Enabled webdav for site 6. Added virtual directory that maps to intended Webdav folder 7. Added Webdav authoring rule that gives read/write/modify access to me 8. Set webdav folder security properties give full control 

我可以访问根站点并在Firefox中获得经过validation的HTTPS连接。 我无法使用net use * https://sub.domain.com/foldername从服务器本身访问webdav文件夹。 我得到提示input用户名和密码,但请求失败,出现“系统错误5”,访问被拒绝。

如果我尝试访问使用浏览器,我得到一个HTTP错误401.2'无效的身份validation头'

如果我尝试从Windows 7客户端访问,则获得相同的拒绝访问消息。

我可以看到在服务器eventviewer没有exception,IIS日志是,嗯,毫无意义:)

这使我疯狂。 任何帮助欢迎。

你还没有提到启用身份validationscheme?