I was looking for a way to log unhandled exceptions that occur in asp.net static methods (which are called via javascript from a browser).
This question led me to configure ELMAH, but unfortunately I returned to square because he does not understand these exceptions. (however, it works great for exceptions with a regular page loop).
I tried adding the MsAjaxDeltaErrorLog http module, but this has no effect (I use .NET 3.5 anyway).
Is it possible for these errors to be logged without wrapping each method in try / catch?
source share