Hello there, I am trying to setup logging in my ASP.Net 2.0 application using EventLogAppender as mentioned in the link: http://geekswithblogs.net/TimH/archive/2006/04/13/75063.aspx
I have gone through all the steps at above post except # 4, which says - Register your app with the event log. You can do this either with an installer or manually (ie code it using the System.Diagnostics.EventLog.CreateEventSource() method). Can anyone please guide me how can I register my app. with event log. Thank you! -- View this message in context: http://www.nabble.com/Logging-with-EventLogAppender-in-ASP.Net-2.0-tp24788957p24788957.html Sent from the Log4net - Users mailing list archive at Nabble.com.
