ASP.Net and Visual Studio - Common Issues and Solutions

From Hostek.com Wiki
Revision as of 17:02, 27 February 2015 by Briana (Talk | contribs) (Created page with "__FORCETOC__ ==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 mod...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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"/>