I am using Elmah for logging error in my asp.net MVC application. This is added from nuget. I am using Azure table storage for logging the exceptions.
The Elmah is working fine and logging exceptions. The only problem is it show only first 15 errors. Even if i click on 50 or 100, it still shows the recent 15 errors.
Did anyone faced the same problem? A solution with a sample code will be helpful.
Thanks