500.21 Bad module “ManagedPipelineHandler” in its module list

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

    I had this issue in Windows 10 when I needed IIS instead of IIS Express. New Web Project failed with OP's error. Fix was

    Control Panel > Turn Windows Features on or off > Internet Information Services > World Wide Web Services > Application Development Features

    tick ASP.NET 4.7 (in my case)

提交回复
热议问题