I want the follow URLs in my MVC application:
/Admin/Accounts/Groups
and
/Admin/Accounts/Users
I know i could create an area named Admin,and then create Groups and Users controllers inside that area.
Can i create "nested areas" to accomplish that full URL above? i.e: An area Admin,and inside this area another area named Accounts?