SyntaxFix
Write A Post
Hire A Developer
Questions
Removing the WebDAV-module should be sufficient. Just change your Web.config:
<system.webServer> <modules runAllManagedModulesForAllRequests="true"> <remove name="WebDAVModule" />