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
0 Responses to “HTTP Error 500, An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode”