I am implementing the AspNet identity in ASP.NET MVC application. But when I am going through the online materials I am quite confused about the 2 dlls Microsoft.Aspnet.Identity.Core
and Microsoft.AspNetCore.Identity
.
I do know that Microsoft.AspNetCore.Identity
is to be used in .NET Core applications but Microsoft.Aspnet.Identity.Core
seems to have no recent updates and found that it is not even letting the user to login (throwing Failure in custom asp identity). So my question is can I use Microsoft.AspNetCore.Identity
in MVC application or should I stick to Microsoft.Aspnet.Identity.Core
?