Knowledgebase
Portal Home > Knowledgebase > Windows Hosting - Tutorials > ASP.NET Application Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
ASP.NET Application Error: An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
|
The application is not compatible with "Integrated Pipeline Mode" which is our default IIS 7.0 Setting. Resolution: Add the following line to your web.config file right before the </configuration> end tag:
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
|
Add to Favourites
Print this Article
|
Also Read