How to get rid of this error Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list

后端 未结 6 1892
再見小時候
再見小時候 2021-01-05 15:44

Using IIS7.5, the website works fine in Visual Studio but when I try to deploy on IIS get the following error.

Module IIS Web Core
Notification

6条回答
  •  长情又很酷
    2021-01-05 16:05

    Try to set web config in this way:

    
          
    
    

    Ensure you have ASP.NET has been installed correctly. You should see default application pool named "ASP.NET 4" or something like this. If it's not looks like ASP.NET not installed correctly. Try aspnet_regiis -i in .NET 4 CMD.

提交回复
热议问题