I would like to run a program only when a specific ASP.NET event occurs in the event-log. Is there any chance that it will get passed the event details when it is triggered?
I would like to run a program only when a specific ASP.NET event occurs in the event-log. Is there any chance that it will get passed the event details when it is triggered?
You can schedule a task to occur when something in the Event Log happens. See here: http://msdn.microsoft.com/en-us/library/aa446887(v=vs.85).aspx