ASP.NET logging Events in DB
Posted
by Greens
on Stack Overflow
See other posts from Stack Overflow
or by Greens
Published on 2010-05-14T19:18:35Z
Indexed on
2010/05/14
19:24 UTC
Read the original article
Hit count: 229
health
|monitoring
Hi ,
Was wondering if ASP.NET's System.web.Management can be used for logging events like userLogin, Passwordchanges,access to some resources or should we use the system.Web.Management for logging of errors and healthmonitoring
Is there any way that I can do the logging of events without re-inventing the whole thing. I know ELMAH is used for Errors can it be used for logging events too?.
© Stack Overflow or respective owner