aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 868 forks source link

How can i use AspNetCore.Identity in .net4.7 mvc5 #1885

Closed huxiaozhong closed 6 years ago

huxiaozhong commented 6 years ago

i want use AspNetCore.Identity in .net4.7 mvc5 ,can you help me or give me some example;

i want to know how to resoleve SignInManager in Controller

blowdart commented 6 years ago

You can't. It's part of ASP.NET Core. MVC5 is not ASP.NET Core. So you move your app to ASP.NET, or you use the older versions of ASP.NET identity. General usage questions are better shared in StackOverflow as they're not bugs or issue.