Windows > Plesk

ASP.NET setting has been detected that does not apply in Integrated managed pipe

(1/1)

sajugovind:
The following error occurs, when browsing a website on Parallels Plesk server:


--- Code: ---HTTP Error 500.24 - Internal Server Error
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
0x80070032
--- End code ---

The reason for the error is the website was designed in Classic pipeline mode, but an application pool assigned to the site is in Integrated pipeline mode which causes a conflict.


Resolution:

Disable validateIntegratedMode feature in "%plesk_vhosts%"\domain.tld\httpdocs\web.config by adding following section before </Configuration> tag


--- Code: ---<system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
</system.webServer>
--- End code ---

Thank you,

Navigation

[0] Message Index

Go to full version