<div>In the past, I used .net membership tables, that includes application, role, UserinIole tables, in asp.net windows authentication (intranet apps) web form and mvc applications.</div> <div>I used Roles.AddUserToRole(DomainUserName, roleName);
and Roles.RemoveUserFromRole(DomainUserName, roleName); to add or remove a user from UserInRole table.</div> <div> </div> <div>Now these functions do not work in .net core. Could I still use these membership tables and how to add
and remove a user from UserInRole table? Thanks.</div> <div> </div> <div> </div> <div> </div> <div></div>
↧