I am using ELMAH's default configuration that was setup by NuGet pacakge manager. However, ELMAH does not provide any information about the line number of the offending code in my project. Instead, it provides stack trace of all the DotNet Framework assembly that is not written by me. This is not helpful at all. Here is a message that was generated by ELMAH. I remember that previous version of ELMAH provides the offending line number. Am I not setting it up correctly? If yes, how to configure it so that it log more about my code instead of DotNetFramework assembly code. Thanks.I am using ELMAH's default configuration that w