[C#, MVC] How can I have an Index action for the user model generated by Identity?
I'm building a web app for an assignment and I want my admins to be able to change user roles from within the app. I would need an Index and an Edit action for this but I'm not sure where to get them from, since I'm using users as generated by Identity on app creation (the "Individual User Accounts" option when creating an app). I have experience in Rails but not .NET :( any help would be much appreciated
0 comments:
Post a Comment