Home »
Code Examples »
ASP.Net Code Examples
ASP.Net - An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode Code Example
The code for An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
<!-- In your web.config, make sure these keys exist-->
<configuration>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
</configuration>
Code by IncludeHelp,
on February 28, 2023 08:19
Reference:
stackoverflow