Does WebDAV even work on IIS 7? I say nay
Solution 1:
I just tried using very basic settings:
- Installed IIS Role with WebDAV Authoring & Windows Authentication selected (+ defaults)
- Enabled Windows Authentication on the default Website
- Disabled Anonymous authentication on the default website
- 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
- I disabled the Firewall
- 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...