Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ELMAH and ELMAH.MVC

ELMAH and ELMAH.MVC

This is a small presentation given on .NET Saturday in Dnepropetrovsk. It shows all main features of ELMAH and easy intergration of ELMAH to MVC applications.

Alexander Beletsky

February 26, 2012
Tweet

More Decks by Alexander Beletsky

Other Decks in Programming

Transcript

  1. “ ELMAH (Error Logging Modules and Handlers) is an application-

    wide error logging facility that is completely pluggable.. “
  2. Logging almost all unhandled exceptions Remote access to logs Different

    storages (memory, XML, SQL etc) Different notifications (Email, Twitter) RSS feed
  3. “ ELMAH.MVC - Painless integration of ELMAH functionality into ASP.NET

    MVC Application. Creates Admin area and corresponding controller, so ELMAH is availble by /admin/elmah route. “
  4. “Native” ASP.NET MVC integration Easy to apply security No more

    need 'elmah.axd' Installed as simple Controller Protection of “Troy Hunt” ELMAH attack