ITsolutionWizard
asked on
mvc security template
I want to develop MVC 4 (Not .net Core) with custom roles based website. And my Google research told me ASP.net Identity is the best pick, and 2nd one will be Membership.
Do you know where I can have a simple instruction I can get start?
Do you know where I can have a simple instruction I can get start?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
your links help but I just don’t want to use entity framework
https://www.dotnettricks.com/learn/mvc/custom-authentication-and-authorization-in-aspnet-mvc
https://www.c-sharpcorner.com/article/custom-authentication-with-asp-net-mvc/
https://www.c-sharpcorner.com/article/role-based-authentication-in-asp-net-mvc/
I hope it helps!