MVC2 and MVC Futures causing RedirectToAction issues
- by Darragh
I've been trying to get the strongly typed version of RedirectToAction from the MVC Futures project to work, but I've been getting no where. Below are the steps I've followed, and the errors I've encountered. Any help is much appreciated.
I created a new MVC2 app and changed the About action on the HomeController to redirect to the Index page.
…