405 - HTTP verb used to access this page is not allowed
Just add the following config in the web.config file <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer>