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();![](https://www.csharp.com/forums/uploadfile/9a1af4/08302022120742PM/300723124_478778470418455_8995257139267505940_n.png)