Where are the Login and Register pages in an AspNet Core scaffolded app?

In VS 2017, I created a new ASP.NET Core Web Application. On the second page of the wizard, I chose Web Application, and for Authentication, I chose “Individual User Accounts”. Now, I’m trying to find the Pages associated with /Account/Register and /Account/Login. _Layout.cshtml brings in _LoginPartial.cshtml, much as it did in classic MVC: <div class=”navbar-collapse … Read more