Difference between revisions of "ASP.Net and Visual Studio - Common Issues and Solutions"

From Hostek.com Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 17:02, 27 February 2015


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