In ASP.NET MVC2,
How do I change routing/folder structure so I can have
- Views\FOLDER\Account\ChangePass.aspx
Rather than:
- Views\Account\ChangePass.aspx
I don't actually want to do it for the account, but I'd like to structure things like that, e.g.
SO I can have two different views like:
Views\Categories\
Views\Admin\Categories\
These would display completely differently.
All I want to do is to be able to create my own subfolders to push the views into, not a seperate folder for each different controller...............................................................