当你的ASP.NET MVC项跑在IIS时,出现如标题Handler "BlockViewHandler" has a bad module "ManagedPipelineHandler" in its module list异常时,可以尝试下面的解决方法,
重新为IIS注册Framework。


64位操作系统:

%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i


32位操作系统:

%windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i

 

相关文章:

  • 2021-08-16
  • 2021-10-18
  • 2021-06-26
  • 2022-12-23
  • 2022-01-06
  • 2021-08-15
  • 2021-12-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案