zl程序教程

您现在的位置是:首页 >  其他

当前栏目

IIS7.0部署MVC/WebApi项目,报404.4错误

2023-09-11 14:15:05 时间

在web.config中添加如下的配置试试:

<system.webServer>
  <modules runAllManagedModulesForAllRequests="true" />
</system.webServer>