Can ASP.NET’s System.web.Management be used for logging events like user logins, password changes and access to certain resources? Should system.Web.Management be used for logging of errors and health monitoring instead?
I want to log events without re-inventing the whole thing. I know ELMAH is used for errors; can it be used for logging events too?
From the article ELMAH – Error Logging Modules And Handlers on the now defunct DoNetSlackers:
Further Reading:
[HandleError]attribute?