500.21 Bad module “ManagedPipelineHandler” in its module list

后端 未结 12 2114
遥遥无期
遥遥无期 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:40

    To fix the problem, I tried to run

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

    However It didn't work for me. I have to run another command line in CMD window as administrator. Here is the command:

    dism /online /enable-feature /featurename:IIS-ASPNET45

    or

    dism /online /enable-feature /featurename:IIS-ASPNET45 /all

    Hope it will help.

提交回复
热议问题