In an MVC4 web application, what is the best way to create an Area? Can it be automated or is it a manual process of creating the controller, View folder etc?
Asked
Active
Viewed 787 times
1 Answers
6
Right click on the ASP.NET MVC project in the solution explorer and select Add Area...
in the contextual menu. Then type the name of the area and proceed:

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928