0

I created .net core website application with individual user accounts settings

enter image description here

I can manage my account in website navigation

enter image description here

But i wonder, where are these files (controller and views) located in the project ?

enter image description here

I thought it should be in the Identity Area but the folder is empty, what am I missing ?

Muflix
  • 6,192
  • 17
  • 77
  • 153
  • Right click on Identity/Pages node, select Add => Scaffolded Item. Next Select the Identity node and continue. You will see all the pages and you can add them explicitly to your project if you want to change them – Steve May 19 '20 at 21:11
  • 1
    Here the long story https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-3.1&tabs=visual-studio – Steve May 19 '20 at 21:12
  • 1
    Of course we already have a duplicate – Steve May 19 '20 at 21:14

0 Answers0