Last active
June 14, 2018 12:48
-
-
Save danielplawgo/a82750a269effafb65556e7d1543422d to your computer and use it in GitHub Desktop.
Elmah
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/App_Data/elmah" /> | |
<errorMail from="[email protected]" to="[email protected]" 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