.Net 2.0 - Application Event Log

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp08232001.asp

The difficultly, from ASP.NET, depending on version, is proper permissions.
An "event log web service" impersonating a proper account is one option for
this. You will want to ensure that the message is not from just anyone,
however.

The Logging block (Enterprise Library now) has options for Event Log logging
and might be an option for you.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
What's the easiest way to write to the Application Event Log
using C# in .Net 2.0?

Thanks
 
Back
Top