I have aspx page and I want to use these pages in MVC3 but how ?
I have done these steps but I couldn't debug it
- Create a folder that has my aspx page which is in View
I call partial helper to debug it in my cshtml file:
@Html.Partial("~/Views/Payment/3DPay.aspx")
So what can I do to use aspx page in MVC 3 ?