Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do I add sub folders in MVC 4 ASP.NET? My folder structure

/Controller
      /StoreManagement
             /PurchaseIndentController.cs

    /HomeController.cs

In the view section, I should be able to create sub folders

/Views
     /StoresManagement
          /PurchaseIndent
               /Index.aspx
     /Home
          /Index.aspx

share|improve this question
Right-click, Add... – Tieson T. May 28 at 6:43
4  
instead try Areas – DotNet Dreamer May 28 at 6:44
Right-click > Add > new folder (if you are using visual studio) – Altaf Sami May 28 at 7:01

closed as not a real question by Tieson T., Darin Dimitrov, jadarnel27, Nifle, Emil May 28 at 17:27

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.