ASP.Net and Visual Studio - Common Issues and Solutions
From Hostek.com Wiki
Contents
Integrated managed pipeline mode
Q: Why am I getting this message:
ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
A: Add the following entry under the <system.webServer> tag in the web.config file.
<validation validateIntegratedModeConfiguration="false"/>