Windows 2008 IIS7 "Detected ASP.NET Settings Not Applicable in Integrated Managed Pipe Mode" Resolved

  
About IIS7 Appears "Detected ASP.NET Settings Not Applicable in Integrated Managed Pipe Mode" Error We have sorted out some solutions to this problem. These solutions come from the Internet and I hope to help you.

HTTP Error 500.23 - Internal Server Error

An ASP.NET setting that is not applicable in integrated managed pipeline mode is detected.

The solution is:

Open the [Application Pool] in the iis corresponding to the website, and select [Classic] for the managed pipeline.

But after you modify it, if the RP is good, it may actually run, but if the RP is bad, then there will be another problem
and the final solution is in the web.config. Step 1: First Find the node <system.webServer> in web.config. If not, create a node like this under the <configuration> node. Part 2: Insert the following configuration under the <system.webServer> node <validation validateIntegratedModeConfiguration= "false" /> Save or create a new web.config, pay attention to the pipeline mode or select the integration mode, the problem is solved!

Copyright © Windows knowledge All Rights Reserved