Skip to content

Maintaining .NET Applications

Shawn (work acct) edited this page Feb 5, 2014 · 2 revisions

Troubleshooting .NET applications

All new .NET apps should include ELMAH. Some older apps have not been upgraded yet.

Application displays an error message

  1. Check the ELMAH log to get more details as to the the specific error.
    1. The log can be viewed at https://hostname.bellevuecollege.edu/app-root/elmah.axd (e.g. the log for the online Class Schedule is at https://www.bellevuecollege.edu/classes/elmah.axd)
    2. If the log cannot be viewed using the above address (access is currently limited), all logs are saved to the Elmah database.

Clone this wiki locally