I am looking for a solution in asp.net mvc for acl, for example cakephp gives its ACL component.
I want to create acl, so I can assign permission for the role and user.
thanks
CakePHP ACL is quite powerful. I have not seen anything ready to use for MVC.NET that does something like this. For those of you who think MVC.NET AuthorizeAttribute is equivalent, read the cakephp doc and enlighten. :)
This tutorial: MVC3: An authorized attribute login system demonstrates how to use AuthorizeAttribute with Roles and Users, which is equivalent to an ACL.
Source: https://habr.com/ru/post/887908/More articles:Why is it bad to wrap a unit of work in the Dispose () method? - design-patternsMemory allocated for Python does not return on Linux even after gc.collect () - pythonHow to automate storyboard animation on page load using Expression Blend - animationMultiple tags / folders in Google Reader - iphoneThe absolute minimum code in 1 aspx file that wakes .NET. - asp.netDo not answer when compiling this function? - compilationImplementing a SOAP client in C # with WCF and .NET 4.0 - c #Rails3 SQL log output in a separate file - ruby ββ| fooobar.comChange your network operator to an Android app - androidHow to deal with the idea of ββ"many small functions" for classes without passing many parameters? - c ++All Articles