Skip to content

Instantly share code, notes, and snippets.

@stevejay
Created May 5, 2014 21:07
Show Gist options
  • Save stevejay/19164697aafe939739f4 to your computer and use it in GitHub Desktop.
Save stevejay/19164697aafe939739f4 to your computer and use it in GitHub Desktop.
<system.web>
<!-- Additional configuration elided. -->
<httpModules>
<add
name="ErrorHandlerHttpModule"
type="MvcErrorHandling.MvcHelpers.ErrorHandlerHttpModule, MvcErrorHandling" />
</httpModules>
</system.web>
<system.webServer>
<!-- Additional configuration elided. -->
<modules runAllManagedModulesForAllRequests="true">
<add
name="ErrorHandlerHttpModule"
type="MvcErrorHandling.MvcHelpers.ErrorHandlerHttpModule, MvcErrorHandling"/>
</modules>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment