Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ACL in ASP.NET MVC 3

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

like image 276
Shakeeb Ahmed Avatar asked May 12 '11 09:05

Shakeeb Ahmed


1 Answers

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. :)

like image 134
Sebastien Martin Avatar answered Oct 13 '22 10:10

Sebastien Martin