Search code examples
visual-studiovisual-studio-2013asp.net-mvc-5asp.net-mvc-scaffolding

Add Scaffold and Area Option in Visual Studio 2013 Express


In my Visual Studio 2013 Express for Web, I don't see the Add Scaffold and Area options illustrated in http://www.itorian.com/2013/10/area-in-mvc-5-with-example-step-by-step.html.

Does this option exist in VS 2013 Express? Do I need to install something to make it shown?

Thanks,


Solution

  • If you are using an MVC 5 project you can right click on any folder and select new scaffolded Item... -> Then select Area under Common > MVC.

    If you are using an MVC4 project in VS 2013 you have to right click on the project name and then select Add -> Area