Link to home
Create AccountLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

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?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
I am not sure if you are looking for anything specific because my google search gave me a lot of examples. Below are some of the links. Please correct me if I misunderstood your question. 

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!
Avatar of ITsolutionWizard

ASKER

your links help but I just don’t want to use entity framework