Is it possible to create areas under custom folder
like
Admin
Areas
ChildAreas
or
Areas
Admin
ChildAreas
here Admin is a custom folder. Actually i want to separate Home controller from Admin and User
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 29, 2012, 12:03 AM
I think, it is possible.
Areas
Admin
ChildArea
please refer
http://haacked.com/archive/2008/11/04/areas-in-aspnetmvc.aspx
hope this help.