How do you log errors (Exceptions) in your ASP.NET apps?
I’m looking for the best way to log errors in an ASP.NET application.
I want to be able to receive emails when errors occurs in my application, with detailed information about the Exception and the current Request.