Where is the controller and view for the built-in authentication in ASP.NET?
I am learning ASP.NET coming from a Node.js background. When I create a new MVC project, I can choose to have built-in register/login. This gives me the following views, where I can register and login. But I am confused as…