event-log
eventlog not working in an asp.net application
from an ASP.Net 3.5 web application, I\'m trying to log messages to the Windows EventLog. I first tried with the En开发者_Python百科tLib Logginh block, but when this failed I tried with the EventLog[详细]
2023-03-25 15:55 分类:问答Event Log - Viewstate verification failed
Recently we upgraded our system from .net 1.1 to .net 2.0. Since doing so we have been getting errors in our event logs with the following error about every minute. It\'s weird but all client ips or u[详细]
2023-03-24 18:27 分类:问答How can I extract events log from Android application?
I was able to extract main logs from Android application by using the following code: String[] LOGCAT_CMD = new String[] {[详细]
2023-03-23 17:17 分类:问答Getting IIS application pool recycle events to be logged in the Windows Event Log
I am trying to get IIS 7 application pool recyc开发者_如何学Gole, start, stop, etc. events to be logged to the Windows Event Log. I followed the steps outlined in this article but didn\'t have any suc[详细]
2023-03-22 01:42 分类:问答Why does my Event Log source keep getting put under "Application" in the registry instead of <log>?
I\'m trying to create a windows service and I need it to be able to write to the event logs.I\'ve added an EventLog component to my Service project, and set the Log property to be ccs_wscln_log and th[详细]
2023-03-22 00:57 分类:问答Python WINEVTLOG Open Backup Logs
I am attempting to use the OpenBackupEventLog(\"\",file) to open eventlogs which are saved on a CDrom.I am going through a loop to load each file under the subdirectory.I have two issues at the moment[详细]
2023-03-21 17:05 分类:问答how to unregister event log source?
I have registered the log and added the source through the registry. (HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\<Log>\\<Source>)[详细]
2023-03-19 19:14 分类:问答How do I specify events deep inside "Applications and Services Logs"?
The following code snippet fires an event when an event is logged. The sample code works fine but the log I want to monitor is actually \"Applications and Services Logs > Microsoft > Windows > Task Sc[详细]
2023-03-19 14:05 分类:问答Why create event source during installation
This is somewhat related to my question here. Basically it is trivial to write to the eventlog in .net and I am assuming other languages as well. So why would p开发者_StackOverflow社区eople go through[详细]
2023-03-18 11:55 分类:问答Collect EventLogs from remote XP machines
I want to collate EventLogs from different machines onto one machine. Is there any way that this can be d开发者_如何学运维one non-programatically using Windows XP?I think that there is no automatic wa[详细]
2023-03-17 16:27 分类:问答