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>

Comments

Popular posts from this blog

How to add custom header in swagger operation