In IIS7 in Windows 2008, "ASP. NET settings not applicable in integrated managed pipeline mode are detected" solution

Source: Internet
Author: User

HTTP 500.23-Internal Server Error

Detected ASP. NET settings that are not applicable in integrated managed pipeline mode.

Solution:

Open the application pool in iis corresponding to the website, and select Classic for the managed pipeline ].



However, after you modify the RP, if the RP is good, it may actually run, but if the RP is poor, another problem occurs.

 

The final solution is in web. config.
Step 1: First find the node <system. webServer> in web. config.
If not, create such a node under the <configuration> node.
Part 2: Insert the following configuration under the <system. webServer> node:
<Validation validateIntegratedModeConfiguration = "false"/>
Save or create a web. config file. Check whether the MPs queue mode is the integration mode. The problem is solved perfectly!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.