Aspx Views in Mvc 5

12,224

You are still able to use the 2012 Templates for MVC 4 with 2013 if you need to use ASPX views. If you use MVC selection from ASP.NET Web project, then you don't seem to have any option other than Razor, unless you can download it with NuGet.

Kirk

Share:
12,224
Afshin Gh
Author by

Afshin Gh

Updated on June 04, 2022

Comments

  • Afshin Gh
    Afshin Gh almost 2 years

    In visual studio 2013 when you create a new mvc 5 project there is no way of adding an ASPX view.

    You can add razor views normally and it works perfectly.

    What is the solution here?

    Do I need to add a new scaffolding template to VS so it can add ASPX views?

    Some say currently it only supports Razor and ASPX is going to be added later. Is it updated yet?

    Screenshots added:

    enter image description here

    Add view screen:

    enter image description here