405 - HTTP verb used to access this page is not allowed. [IIS 8.5] [Windows Server 2012 R2]
问题 I have got a new iis server and from a while i am finding solution for error : 405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access. I have seen below solutions: 1. <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer> 2. IIS Settings http://www.somacon.com/p126.php Solution 1, causes Internal