AspNetCore.Docs/aspnetcore/includes/view-identity-db.md

573 B

View the Identity database

Visual Studio

  • From the View menu, select SQL Server Object Explorer (SSOX).
  • Navigate to (localdb)MSSQLLocalDB(SQL Server 13). Right-click on dbo.AspNetUsers > View Data:

Contextual menu on AspNetUsers table in SQL Server Object Explorer

.NET Core CLI

There are many third party tools you can download to manage and view a SQLite database, for example DB Browser for SQLite.