0

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,

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Don
  • 1,532
  • 4
  • 24
  • 47

1 Answers1

0

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

James P
  • 2,201
  • 2
  • 20
  • 30