Hi all,
I have a problem with folder structure of MVC2
How can I use that way:
Folder:
Controllers
--Portal
----Accounting
------CashController.cs
------BankController.cs
----HR
------EmployeesController.cs
Models
Views
--Portal
----Accounting
------Cash
--------Index.aspx
--------List.aspx
------Bank
--------Index.aspx
------HR
--------Index.aspx
--------Employee.aspx
How can I use folder structure like that and how can I route the URL with the right form.
Many Thanks