When working with ASP.NET Core Identity, user-related data like passwords and email addresses are stored in the _________.

  • AspNetUsers table
  • Configuration file
  • AppSettings
  • TempData
When working with ASP.NET Core Identity, user-related data like passwords and email addresses are stored in the "AspNetUsers" table within the database. ASP.NET Core Identity provides a built-in data model and storage mechanism for managing user accounts and authentication.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *