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

Having issues on MVC5 #39

Open xavierdecoster opened 10 years ago

xavierdecoster commented 10 years ago

Somehow, Elmah.Mvc doesn't seem to comply with the binding redirects for MVC 5. Still looks for System.Web.Mvc v3.0 (instead of 4.0).

alexbeletsky commented 10 years ago

I'm not actively maintaining that project since I went off .NET programming. Though, the support of upcoming MVC releases is of cause important.

Will you be able to fix that and update Nuget package after?

jjwilliams commented 10 years ago

Hrmmm I was able to install-package Elmah.MVC into MVC 5 application, generate errors then view errors as expected at /elmah. Maybe I am missing something?