Help scaffolding Identity?
So I was following this MS tutorial: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-5.0&tabs=visual-studio
and it went fine except when I got to the Startup class part. I have no such class, the closest thing I have is a Program class and a lot of the Program class's code seems to be the same as the one the tutorial puts in Startup. What should I do? Should I create a Startup Class call it from Program? Or jus insert that code into Program.cs?
and it went fine except when I got to the Startup class part. I have no such class, the closest thing I have is a Program class and a lot of the Program class's code seems to be the same as the one the tutorial puts in Startup. What should I do? Should I create a Startup Class call it from Program? Or jus insert that code into Program.cs?
Learn how to scaffold Identity in an ASP.NET Core project.
