Hi!
We are currently having trouble with this errormessage.How can we fix this? A step by step with be preferable!
We've tried all 20 top hits on google, isapi filteres, handler mappings, isapi modules. etc., so please don't send us through another link.
I've added this to applicationhost.config-file - didn't work
<add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" />
Tried this: - Didn't work
<add name="WebDAV" path="*" verb="*" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" />