Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #HTTP #verb #access #page #allowed
ADD COMMENT
Topic
Name
5+8 =