How to specify the Event Log Source where ASP.NET writes unhandled exceptions?
Posted
by
Knagis
on Stack Overflow
See other posts from Stack Overflow
or by Knagis
Published on 2013-10-24T09:14:23Z
Indexed on
2013/10/24
9:54 UTC
Read the original article
Hit count: 301
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.
© Stack Overflow or respective owner