Rositsa Ruseva

Rositsa Ruseva

  • 1.5k
  • 218
  • 34.3k

Action in Identity

Aug 30 2022 12:14 PM

I am trying to open Register.cshtml and Login.cshtml (generated in my Solution Explorer after adding Identity).:

services.AddIdentity<Microsoft.AspNetCore.Identity.IdentityUser, Microsoft.AspNetCore.Identity.IdentityRole>().AddEntityFrameworkStores<ApplicationDbContext>().AddDefaultTokenProviders().AddDefaultUI();


Answers (3)