405 - HTTP verb used to access this page is not allowed
90
405 - HTTP verb used to access this page is not allowed -
//you can add these lines to the web.config:
<system.webServer>
<modules>
<remove name="WebDAVModule" />
</modules>
<handlers>
<remove name="WebDAV" />
</handlers>
</system.webServer>