Could not load file or assembly ‘System.Web.Mvc, Version=3.0.0.0, Elmah.MVC issue
Locally – my MVC 4, asp.net, c# app runs fine on IIS 8 / Windows 8.
Locally – my MVC 4, asp.net, c# app runs fine on IIS 8 / Windows 8.
I’m trying to create an availability page which checks all the services that a site uses, wrapping each check in a try/catch and then displaying any failures to the users. One of those services is ELMAH, so I am calling that to double check that we can log errors there successfully.