Does WebDAV even work on IIS 7? I say nay

Solution 1:

I just tried using very basic settings:

  1. Installed IIS Role with WebDAV Authoring & Windows Authentication selected (+ defaults)
  2. Enabled Windows Authentication on the default Website
  3. Disabled Anonymous authentication on the default website
  4. On the default website, in "webDAV authoring rules", i put:
    • All Content / All users / Read/Source/Write
    • And I enabled WebDAV on the default website
  5. I disabled the Firewall
  6. then, from another machine:
    • net use * http://app2008r2-01.lab.domain.com /user:LAB\Administrator
    • The command completed successfully

Maybe that helps getting you started...