2018-08-09 01:55:37 +08:00
### View the Identity database
# [Visual Studio](#tab/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 ](~/security/authentication/accconfirm/_static/ssox.png )
# [.NET Core CLI](#tab/netcore-cli)
2019-07-11 10:36:05 +08:00
There are many third party tools you can download to manage and view a SQLite database, for example [DB Browser for SQLite ](https://sqlitebrowser.org/ ).
2018-08-09 01:55:37 +08:00
2019-03-21 13:13:02 +08:00
---