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
Areas
– DotNet Dreamer May 28 at 6:44