500.21 Bad module “ManagedPipelineHandler” in its module list

后端 未结 12 1884
遥遥无期
遥遥无期 2021-01-30 02:40

I am getting the error:

HTTP Error 500.21 - Internal Server Error Handler \"CloudConnectHandler\" has a bad module \"ManagedPipelineHandler\" in its module list

12条回答
  •  有刺的猬
    2021-01-30 03:25

    Install .NET framework as below, it will work .NET version 4.5 as well.

    %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
    

    Some time only give aspnet_regiis.exe -i don't work so give aspnet_regiis.exe -ir in above path.

提交回复
热议问题