如何在新的 .Net Core 项目中使用现有的 ASP.NET 成员资格数据?

Dav*_*het 5 authentication asp.net-membership asp.net-core asp.net-core-identity

我正在启动一个新的 .Net Core Web 应用程序。我想使用数据库中已存在的身份验证表(aspnet_Users、aspnet_Membership 等)。但我不知道该怎么做。

创建项目后,我选择“个人用户帐户”选项进行身份验证。然后我需要在“在应用程序内存储用户帐户”和“连接到云中的现有商店”之间进行选择。

似乎没有一个适合我的需要。