ASP.NET application not logging to the windows event log
Posted
by Ben Aston
on Stack Overflow
See other posts from Stack Overflow
or by Ben Aston
Published on 2010-03-17T13:39:25Z
Indexed on
2010/03/17
13:41 UTC
Read the original article
Hit count: 369
I have two ASP.NET MVC web applications. One of them logs unhandled exceptions to the windows event log. The other doesn't.
Is there a setting in IIS or the web.config to enable event log logging?
Apologies for the broad question, I'm really looking for avenues for investigation.
© Stack Overflow or respective owner