User248267340 posted
I just created a basic startup project in VS 2019, Core 2.1 with Individual user accounts.
Once created, I noted that in Areas/Identity, there's no folder named "Account". No Login file, no Register file either.
However, when I run the project, voila! on the navbar there's the link for Register and Login, and when I click I get a page to type in credentials, etc.
How is that possible? Or, where is the page (view) coming from?