Search code examples
asp.net-mvcasp.net-mvc-4area

create area in MVC project


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?


Solution

  • 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:

    enter image description here