500.21 Bad module “ManagedPipelineHandler” in its module list

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

    This is because IIS 7 uses http handlers from both and . if you need CloudConnectHandler in your application, you should add section with this handler to the :

    
        
    
    

    and also add preCondition attribute to the handler in :

    
      
    
    

    Hope it helps

提交回复
热议问题