Skip to content

Instantly share code, notes, and snippets.

@ssukhpinder
Last active July 30, 2020 18:34
Show Gist options
  • Save ssukhpinder/3e7e73d5102cde2982a8b4462abc0c96 to your computer and use it in GitHub Desktop.
Save ssukhpinder/3e7e73d5102cde2982a8b4462abc0c96 to your computer and use it in GitHub Desktop.
...
<configSections>
<sectionGroup name="elmah">
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" />
<section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah" />
<section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" />
<section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah" />
</sectionGroup>
</configSections>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment