I need to call a WebForm from an Action in controller , I read a lot on the internet but could not get it to work.
I followed the example in this link , where it asks to change the inheritance of WebForm System.Web.Mvc.ViewPage
, if I do not change the error stating that the inheritance should be System.Web.Mvc.ViewPage
, if I change the error below.