Hi,
I've been doing some research on how to globally handle errors in my ASP.NET application. Can anyone suggest me a customizable error handling component to handle all .NET exception globally and log them in database(SQL, Oracle) and also send notification via mail/RSS feed.
Thanks