I have found out following two ways for getting Application Event log entries from remote server. 1. Using EventLog object
I have this code in m开发者_JS百科y ASP.NET application written in C# that is trying to read the eventlog, but it returns an error.
I am having a huge problem with the eventlog on my server. Right let me first of all explain the setup.
This is a follow-up question to this question I asked earlier. Btw thanks Neil Butterworth for your help
I have an MFC application that reads and displays event log records using the ::ReadEventLog() API. The problem is with reading the \"Description\" message string of the event log record. The MFC appl
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using log4net for logging (duh!). Using the EventLogAppender, I can configure my application name, so that my events will show up in the Application/\"My Application Name\" event log. However, I\
Just wondering what everybody\'s opinion is on the Windows Admin tool Event Viewer? I\'m writing a WCF application at the moment and have started logging errors to the windows event viewer when I han
I have an SQL Server integration Se开发者_运维知识库rvices (SSIS) package using the standard Event Logprovider (yes, the event log! I know we can use SQL etc...)
I\'d like to make the Fiddler Event Log more readable. Right now I use #### lines so I can check the different responses and self-made actions.