elmah / Elmah

Error Logging Modules & Handlers for ASP.NET
https://elmah.github.io/
Apache License 2.0
310 stars 63 forks source link

Error not found in log reported on details page but item is in summary page #302

Open atifaziz opened 9 years ago

atifaziz commented 9 years ago

Originally reported on Google Code with ID 302

What steps will reproduce the problem?

1. Load the Summary Page.

2. Click a "Details" link.

3. On the Details page, the "Error not found" message appear and there is no description
data for the error.

What is the expected output? 

>>> I expected to either (1) have the error not listed on the summary page if there
are no details for it; or (2) the error details should be on the details page if the
error is listed on the summary page

What do you see instead?

>>> The error is on the summary page (how did it get there BTW???) but there are no
details for the error on the details page.

Please use labels and text to provide additional information.

>>> This may not be a "bug" but it is a bit weird, IMHO-- that is, why is the error
on the summary page at all? How did it get there? What could be causing this? 

Reported by mkamoski on 2012-07-25 20:33:06

atifaziz commented 9 years ago
I see this too.  The full stack trace used to be seen in the detail, but that cannot
be found.. I also noticed that I don't have an App_Data folder.... not sure if that's
still required....

Reported by sroberson on 2012-08-13 19:19:24