Skip to content

Instantly share code, notes, and snippets.

@niemyjski
Last active February 28, 2024 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niemyjski/a68114db0ddf1f9717f6 to your computer and use it in GitHub Desktop.
Save niemyjski/a68114db0ddf1f9717f6 to your computer and use it in GitHub Desktop.
IIS6 Exceptionless Web.config file changes
<!-- Required changes if you are using Exceptionless.Mvc -->
<system.web>
<httpModules>
<add type="Exceptionless.Mvc.ExceptionlessModule, Exceptionless.Mvc" name="ExceptionlessModule"/>
</httpModules>
</system.web>
<!-- Required changes if you are using Exceptionless.Web -->
<system.web>
<httpModules>
<add type="Exceptionless.Web.ExceptionlessModule, Exceptionless.Web" name="ExceptionlessModule"/>
</httpModules>
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment