Skip to content

3.3. Activate configuration

franciscoserdio edited this page Aug 8, 2016 · 1 revision

Configuration goes in the Web.Config file

AppSetting to activate the ErrorHandler

<!-- CUSTOM - ERROR HANDLER ACTIVATION -->
<location allowOverride="true" inheritInChildApplications="true">
  <appSettings>
    <add key="FW.ErrorHandler.Enabled" value="true"/>
  </appSettings>
</location>

Clone this wiki locally