I working in mvc 2 and need to redirect on error page with exception mesage.
For this I have i have override OnException () action of controller and trying to do like " View("Error").ExecuteResult(this.ControllerContext);" but it is throwig exception 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper"
please give me the right solution
Regards Munish