如何在 .Net Core 5 中使用 MemberShip

How to use MemberShip in .Net Core 5

如何在 .Net Core 中使用 MemberShip 因为 System.web.Security 在参考文献中根本不可用 有别的方法或者需要安装什么

Target FrameWork=5.0

MemberShip 在 asp.net 核心中不兼容,因此您不能使用它。如果您不想迁移数据库架构,可以改用 Identity。

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-5.0&tabs=visual-studio