Browse by Tags

Related Posts

  • Re: Gracefully Handling the Viewstate MAC Failure Error

    [quote user="invid"] How would I go about trapping this error when it occurs? - I need to route the site to a custom error page etc. [/quote] invid -- One idea is to try this... http://code.google.com/p/elmah/ ...which MAY help you. HTH. Thank you. -- Mark Kamoski
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by mkamoski on 05-06-2009, 12:00 AM
    Filed under: ELMAH, error handling, exception handling
  • Re: Log error in the server

    You can give this a try. HTTP modules and handlers can be used in ASP.NET to provide a high degree of componentization for code that is orthogonal to a web application, enabling entire sets of functionalities to be developed, packaged and deployed as a single unit and independent of an application. ELMAH...
    Posted to Web Forms (Forum) by pyu.agrawal on 01-19-2009, 12:00 AM
    Filed under: ELMAH
  • Adding Custom Information to an Error?

    Hi, I have a web application (ASP.NET 2.0) which connects to multiple databases for load balancing purposes. We've been getting network connectivity issues to one of these databases but can't readily identify which one from our error logs. Is there some way we can add some identifier to the error...
    Posted to Web Forms (Forum) by gavinharriss on 09-24-2008, 12:00 AM
    Filed under: ELMAH, Error log, error
  • Re: Log Exceptions

    I have had great success with a hosted error loggin service, http://www.spacebin.net They have free plans as well. I monitor 4 sites this way, and also one windows application (through API calls), but you need to have connection where the desktop program is installed. It also catches and logs client...
    Posted to Announcements (Forum) by ludde.finn on 09-13-2008, 12:00 AM
    Filed under: elmah, errors, logging
  • Re: Has anyone Installed ELMAH

    I just added ELMAH to my website this week (at least the beta of my website) after seeing it at VSLive. Here is the bare minimum web.config. < configuration > < configSections > < sectionGroup name= "elmah" > < section name= "errorLog" requirePermission= "false"...
    Posted to Web Forms (Forum) by jguadagno on 10-22-2007, 12:00 AM
    Filed under: ELMAH
  • Re: Unknown error (again and again)

    The ScriptManager handles all of the Ajax exceptions differently than the main application. I don't think you can even catch them in the Application_Error event. If anyone has found a way to do this, I would love to know! I don't know how I could have an app in the wild without elmah.
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by jrummell on 09-21-2007, 12:00 AM
    Filed under: ELMAH
  • Re: Application_Error - does it catch exceptions from classes?

    I wanted a single class that would log all errors / exceptions, but that wouldn't bother the user with Yellow Screen of Deaths! Enter ELMAH! ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running...
    Posted to State Management (Forum) by asterix2008 on 09-24-2009, 12:00 AM
    Filed under: Error Logging, Error Handling, elmah
  • Re: ELMAH AFTER CONFIGURATION NOW....How to use class and event...Any sample examples?

    Yes I did. But its whole project. Icouldn't see code that use ELMAH classes and setting up error messages.... I tried to find ELMAH COde by KEYWORD ON ASPX PAGE..But couldn't find. I don't want to study whole project...just want to see ...get logic idea how do i use all list fo event, methods...
    Posted to Web Forms (Forum) by amisu1 on 10-26-2009, 12:00 AM
    Filed under: ASP.NET, error, ELMAH, web form
  • Re: Log Exceptions

    Have you considered to use ELMAH? http://code.google.com/p/elmah/ Here is a detailed article about ELMAH: http://dotnetslackers.com/articles/aspnet/ErrorLoggingModulesAndHandlers.aspx
    Posted to Announcements (Forum) by SonuKapoor on 07-02-2008, 12:00 AM
    Filed under: elmah
Page 1 of 1 (9 items)