I would like to log unhandled exceptions from the global.asax to the Application eventlog. However, I've noticed that IIS is already logging these unhandled exceptions as warnings. Is there a way to suppress these messages since I'm planning on logging them myself or do you think it’s reasonable to have both entries there (the event log entry logged by IIS and my event log entry)?
UPDATE:
Thank you John Saunders for pointing me in the right direction. It was in fact health montioring that was doing the logging based on the default configuration in the root web.config.