I finally have some data from the database to test and there's an error that I don't know why. This is what I currently have: public override void OnActionExecuting(ActionExecutingContext filterContext)
{ HomeRepository hr = new HomeRepository(); var result = filterContext.Result as ViewResult;...