Event Viewer - tool in Windows systems that allows users to inspect the event logs.
What is the event id in Event Viewer for lock, unlock for a computer in Windows XP, Windows 7, Windows Vista …
windows event-viewerI know that you can view any evtx files in the event viewer but when you use the option to …
logging event-viewerWhen I start the application pool, and request a page in an application in that pool, I get a "HTTP …
asp.net iis iis-7 application-pool event-viewerI was looking for either a batch file, powerscript (not really good with yet)or any way to have my …
batch-file export-to-csv crash-reports event-viewerWhen I use the following code to write to Application Event log, everything works fine: EventLog log = new EventLog(); log.…
c# event-viewer event-logOk so this is my code for the OnStart method File.CreateText("test.txt"); StreamWriter write = File.AppendText("test.txt"); …
c# .net windows-services event-viewerI have XAMPP installed on my machine. I am trying to run Apache from the XAMPP Control Panel. I start …
apache xampp logfile controlpanel event-viewerI would like to log in the Windows Event Viewer using log4net. I created a Console Application (.NET Framework 4), …
c# log4net event-log event-viewerI want to check the operating system's start time. That is, for the last one month, the times when Windows …
windows windows-7 event-viewerI am running into an issue writing events to the Windows Event Log. I have looked through the posts and …
c# event-viewer