hello,
I have asp dot net MVC project.
1. I create Area in MVC project
2. in the Area name "Admin"
3. in the Admin Area i have model views controller etc
4. i want to apply over all security in the Admin areas so only user with Admin role can access admin area
5. i do not want to apply Authorization on each controller i want to apply it on Area so whole Admin Area secure at once
Please advice thanks