You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 inWeb.config
, and the error logging is working fine — exceptions thrown are logged inELMAH_Error
table in the database.However, when I open the log panel at
/elmah
, it says "No errors found."What could I be missing?
The text was updated successfully, but these errors were encountered: