How to specify the Event Log Source where ASP.NET writes unhandled exceptions?
- by Knagis
By default ASP.NET writes any unhandled exception to the default ASP.NET X.Y.Z.0 event log source. Is it possible to specify either configuration that the events and exceptions for a particular application has to be logged in a specific event log Source?
The reason is that I would want all issues directly related to my application to be stored in a separate event log category that can then be filtered against.