Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 asp.net 应用程序中实现角色库访问控制。是否有任何预定义的东西。
我想要什么,我有不同的表单,不同的权限,用户对不同的表单有不同的访问权限。例如,User1 对 A 表单具有选择和编辑权限,但 User2 对 A 表单仅具有选择权限。在我的应用程序中,我想为用户设置动态权限。
请帮帮我。我不知道如何在 asp.net 中实现 RBAC。
如果您向我提供一些示例代码,那么这将对我有所帮助。
您可以查看Membership 和 Role providers。
您可以在 BlogEngine.NET 的源代码中找到一个不错的 RBAC 设计。注意它的成员资格和角色提供者,还有 Right 类和 Security 类。
http://blogengine.codeplex.com/