Skip to content

Instantly share code, notes, and snippets.

@danielplawgo
Last active June 14, 2018 12:48
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 danielplawgo/a82750a269effafb65556e7d1543422d to your computer and use it in GitHub Desktop.
Save danielplawgo/a82750a269effafb65556e7d1543422d to your computer and use it in GitHub Desktop.
Elmah
<errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/App_Data/elmah" />
<errorMail from="test@test.com" to="test@test.com" subject="Application Exception" async="false" smtpPort="25" smtpServer="***" userName="***" password="***" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment