HTTP Error 500, An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

Hi,

After 2.5 years, I again started the development in Asp.NET. I developed a site and deployed it on IIS7. As I uploaded the site and access it from browser, I found an error that was saying that

HTTP Error 500.24 – Internal Server Error

An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

After some googling, I found the solution of this error. This error needs one line of configuration that should be added in Web.Config file. This is

<system.webServer>
        <validation validateIntegratedModeConfiguration=”false” />

</system.webServer>

Hopefully, this article help you.

 

Regards,

Rana Faisal Munir

Advertisement

0 Responses to “HTTP Error 500, An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode”



  1. Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s




a


Follow

Get every new post delivered to your Inbox.