Rositsa Ruseva

Rositsa Ruseva

  • 1.4k
  • 209
  • 28.4k

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)