How to use MemberShip
in .Net Core
because System.web.Security
is not available in references at all
It has another way or something needs to be installed.
Target FrameWork=5.0
MemberShip is not compatible in asp.net core, so you cannot use it. If you don't want to migrate the database schema, you can use Identity instead.