Wednesday, 4 March 2015

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



Config setting
The 2nd option is the one you want.
In your web.config, make sure these keys exist:
<configuration>
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false"/>
    </system.webServer>
</configuration>

No comments:

Post a Comment