I want the follow URLs in my MVC application:
/Admin/Accounts/Groups
/Admin/Accounts/Users
I know I could create an Area named Admin, and then create Groups and Users controllers inside that area.
Could I instead create nested areas? (An Area named Admin, and inside of this area an Area named Accounts)