Is there UI to manage ASP.NET Identity users/roles compatible with ASP.NET 5?

f0rt picture f0rt · Apr 29, 2016 · Viewed 7.5k times · Source

I'm using:

  • VS2015u2
  • ASP.NET 5
  • MVC 6

I'm looking for some UI to manage users/roles.

Some things I've tried:

Answer

Daya Stark picture Daya Stark · Feb 28, 2020

If you want get all of Roles, Users with UI to manage ASP.NET Identity users/roles. This
Try to make new black asp.net MVC project. Make sure do not click Individual User Account. Only Blank. Then Go to Package Manager Console and Hit following query on console.

Install-Package Microsoft.AspNet.Identity.Samples -Version 2.2.0-alpha1

This package contains an ASP.NET MVC application which shows you how to use the features in ASP.NET Identity. also compatible with ASP.NET. You should be check default Role and users once you connect database with ApplicationDbContext.