-1

I found this great article on how to implement RBAC (Role Based Access Control) in ASP.NET MVC.

How can I implement it in an existing ASP.NET web forms application?

user7792598
  • 177
  • 1
  • 6
  • 17

2 Answers2

1

you can use Casbin.NET, the open source project for implement RBAC in multiple languages and platforms, for more information search on github.

0

This might be help you for Asp.net Web forms. https://learn.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-security/roles/role-based-authorization-cs

PJS
  • 82
  • 7