How to use Microsoft.AspNetCore.Identity with an old web forms project?

198 Views Asked by At

I have an old web forms application that uses membership provider. I want to use an existing .net core identity project instead of membership provider. Where and how can I configure it in my old web forms project? Does anyone know how to implement that in my old project?

0

There are 0 best solutions below