I have an ASP.Net MVC 5 application using local accounts. I'm now trying to get roles working, but having no luck. Document on this is...I'll just say, not good. I've installed the Identity sample application in its own solution and copy and pasted code
to IdenityConfig.cs and into the AccountController.cs. My first step is just to get a list of roles, but RoleManager is always null.
I've been fighting this for two days now and am getting no where. I'm not sure where to look next. So, I'm seeking advice on how to get this working. Note that user authentication/creation/etc is working fine.
Go to the complete details ...