alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Errors are logged in database, but /elmah stays empty #83

Open modo-lv opened 8 years ago

modo-lv commented 8 years ago

I have a weird problem that I can't seem to figure out.

I installed the Elmah.MVC package, added the required connection string, as well as <errorLog type="Elmah.SqlErrorLog, Elmah" connectionStringName="ElmahConnectionString" /> to the <elmah> section in Web.config, and the error logging is working fine — exceptions thrown are logged in ELMAH_Error table in the database.

However, when I open the log panel at /elmah, it says "No errors found."

What could I be missing?

agrath commented 7 years ago

Just diagnosed this issue, I think. I had the same problem. Dropped and created stored procedures and storage table and now the admin area is working again.