forked from BellevueCollege/BellevueCollege.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Maintaining .NET Applications
Shawn (work acct) edited this page Feb 5, 2014
·
2 revisions
All new .NET apps should include ELMAH. Some older apps have not been upgraded yet.
- Check the ELMAH log to get more details as to the the specific error.
- The log can be viewed at
https://hostname.bellevuecollege.edu/app-root/elmah.axd(e.g. the log for the online Class Schedule is athttps://www.bellevuecollege.edu/classes/elmah.axd) - If the log cannot be viewed using the above address (access is currently limited), all logs are saved to the Elmah database.
- SELECT from the ELMAH_Error table for the Application you're troubleshooting. The applicationName value is defined in the Web.config file of the application.
- The log can be viewed at