All,
Working on a IIS 7 sharepoint site and can't get WEBDAV to work.
Using both windows XP webclient and DAVexplorer app.
- Enabled WebDAV module for IIS7.
- Added * rule for access.
- enabled basic&windows auth on Sharepoint and IIS 7
Help is greatly appreciated.
IIS error.
2009-01-15 23:56:37 172.30.2**.* PROPFIND /sites/site02/ - 80 SHAREPOINT\Administrator 172.30.2**.* UCI+DAV+Explorer/0.91+RPT-HTTPClient/0.3-3E 405 0 0 187
Below is the appcmd list handler output for the PROPFIND verbs only. If you want to see the whole output let me know and I can send it.
system.webServer>
add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="Execute" />
add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />
/handlers>
/system.webServer>