方法一:首先确保服务器安装.Net FrameWork 4.0 并且注册IIS

 

方法二:对应应用程序池版本为v4.0,模式为集成

 

方法三:在web.config中加入

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

相关文章:

  • 2022-01-18
  • 2021-10-18
  • 2022-01-13
  • 2021-11-17
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
猜你喜欢
  • 2021-08-10
  • 2021-09-22
  • 2022-02-22
  • 2021-12-20
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案