Errors are logged in database, but /elmah stays empty
Opened this issue · 1 comments
modo-lv commented
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
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.