I am looking for a solution in asp.net mvc for acl like the cakephp is giving by her ACL component.
I want to create the acl so I can assign permission on role and user basis.
Thanks
I am looking for a solution in asp.net mvc for acl like the cakephp is giving by her ACL component.
I want to create the acl so I can assign permission on role and user basis.
Thanks
CakePHP's ACL is quite powerful. I haven't seen anything ready-to-use for MVC.NET that does something similar. For those of you who think that MVC.NET's AuthorizeAttribute is equivalent, please read the cakephp doc's and be enlightened. :)
This tutorial: MVC3: Login System with the AuthorizeAttribute demonstrates how to use the AuthorizeAttribute with the Roles and Users, which is equivalent to ACL.
© 2022 - 2024 — McMap. All rights reserved.