stevenlauwers22/Glimpse.Elmah

Does not work with the latest ASP MVC 5 glimpse

Closed this issue · 2 comments

Hi, I am trying this with the current Glimpse and its not logging in the default ELMAH location.

Also, how can I log to DB, is this an option?

Glimpse for Elmah is independent of MVC. So probably your Elmah is not properly configured.

I've added and MVC sample application to this repo. See this commit .
This application is using ASP.NET MVC 5 + the latest version of Glimpse and Glimpse.Mvc5.

Checkout the Elmah documentation to see how you can store your logs in the DB. Glimpse for Elmah is also independent of how you configure Elmah to store the logs.

ok thanks 👍

So I thought ELMAH was straight forward, drop in your project and it starts logging, but I guess I have to check the various places for the logs