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?
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!