Event logging in .NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ch0c0

    Event logging in .NET

    Hi,

    I have an application in which .NET membership class is implemented.
    Now I want to implement event logging, by that I mean every event
    related to DB, user info, time etc...What is the best way to do it and
    also the best way to view it? Thanks for your time.

    Regards,
    Salman Akram
  • Eliyahu Goldin

    #2
    Re: Event logging in .NET

    Look at ASP.NET Health Monitoring. Start from here:


    --
    Eliyahu Goldin,
    Software Developer
    Microsoft MVP [ASP.NET]




    "ch0c0" <salman741@gmai l.comwrote in message
    news:aa1c3672-a27d-4877-89ba-a65bf0e2416b@g6 1g2000hsf.googl egroups.com...
    Hi,
    >
    I have an application in which .NET membership class is implemented.
    Now I want to implement event logging, by that I mean every event
    related to DB, user info, time etc...What is the best way to do it and
    also the best way to view it? Thanks for your time.
    >
    Regards,
    Salman Akram

    Comment

    Working...