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

In web.config file, system.webServer tag, for the validation element set the value of the attribute  validateIntegratedModeConfiguration to false.


This infact helped in my case.

Comments