需要在web.config下加上这个

<system.webServer>

   <modules runAllManagedModulesForAllRequests="true"/> 

 </system.webServer>

如果已存在这个节点,则只要把<modules runAllManagedModulesForAllRequests="true"/>加到里面即可

 

该方法已验证

相关文章:

  • 2021-05-21
  • 2021-09-08
  • 2021-11-05
  • 2022-12-23
  • 2022-03-09
  • 2021-10-28
  • 2021-08-01
  • 2021-08-05
猜你喜欢
  • 2022-02-16
  • 2021-07-02
  • 2022-12-23
  • 2021-08-29
  • 2021-04-01
  • 2021-11-17
相关资源
相似解决方案