.NET兼职社区
解决方案:
web.config中添加如下
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<remove name="WebDAVModule" />
</modules>
<handlers
文章介绍了在.NET兼职社区的web.config文件中,如何通过删除WebDAVModule模块来优化配置,确保ASP.NETCore应用程序的正常运行,使用了inprocesshosting模型。
.NET兼职社区
解决方案:
web.config中添加如下
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<remove name="WebDAVModule" />
</modules>
<handlers
2759

被折叠的 条评论
为什么被折叠?