Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to use .net membership tables in .net core MVC

$
0
0
<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>

Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>