I have to updated asp.net webform application to using Microsoft.AspNet.Identity at this point i am stuck at two points
I have spend hours looking for article or videos most of the either point to MVC or ASP.Net Core, while i want to use this in ASP.Net webform application with .Net Framework 4.8.
Any pointer or working example would be great.
I would appreciate example of also how to add role and use role in asp.net webform application.
In simple old asp.net membership we use to protect folder in web.config but i am not sure how to do same in Microsoft.AspNet.Identity as i have not used this in past.