How can I use existing ASP.NET Membership data in a new .Net Core project?

为君一笑 提交于 2019-12-11 14:05:55

问题


I am starting a new .Net Core Web application. And I want to use the authentication tables (aspnet_Users, aspnet_Membership etc) that already exist in our database. But I am not sure how to do it.

Upon creating the project, I select "Individual User Accounts" option for authentication. Then I need to choose between "Store user accounts in-app" and "Connect to existing store in the cloud".

It seems like none of them suits my need.

来源:https://stackoverflow.com/questions/56275103/how-can-i-use-existing-asp-net-membership-data-in-a-new-net-core-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!