在我的WebAPI应用程序中,我遇到了405 method not allowed web api的类似问题 这个问题; Asp.NET Web API - 405 - HTTP verb used to access this page is not allowed - how to set handler mappings
我必须在我的web.config中禁用WebDAVModule,如下所示;
<modules>
<remove name="WebDAVModule"/>
</modules>
<handlers>
<remove name="WebDAV"/>
</handlers>
我没有明确依赖这个模块,但我只是想知道禁用这个模块会产生任何重大的性能/安全问题吗?我检查了下面的文档,但找不到任何特定的文档。
https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-7/what39s-new-for-webdav-and-iis-7