I am trying to find a tutorial/walk-through to learn how to properly create an ASP.Net Web Forms application that uses the new Identity technology. I know how to stumble through creating a simple ASP.Net Web Forms application that allows users to view
and save data to SQL Server, so I don't need a "for dummies" type tutorial (though I will use one if it serves the purpose I need). But everything I'm finding in Microsoft's Learning Center and even on Google seems to always be ASP.Net MVC or Core,
which never seems to work out for me when I try to translate that into making a Web Forms application. Can someone please help?
DW