405 – 用于访问此页面的HTTP动词不被允许 – IIS 7.5

美好的一天,

当我尝试访问我的网站上的一个网页时,我正在努力解决这个错误。 错误全读 – 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. 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. 该网站是一个编译运行在.NET 4.0应用程序池中的asp.net网站。

该网站在web.config中指定了一个处理程序:

 <system.webServer> <handlers> <add verb="*" path="*adapter" name="AdapterHandler" type="AdapterHandler" /> </handlers> </system.webServer> 

我也在IIS上看到这个处理程序。

的HandlerMapping

所有的动词都是允许的! 我不知道为什么这个突然发生。 任何build议?

事实certificate,在远程系统上设置的页面链接指向页面所在的FOLDER,而不是页面本身。