ASP.
I know the new Membership includes a "Simple Role Provider." I can't find any help related to creating a user …
asp.net asp.net-identity asp.net-rolesI want to have list of all the users registered on my site with their roles. Id | Name | Role 1 | ABC | …
asp.net-mvc asp.net-identity asp.net-rolesI created a new MVC application in the new VS2013 IDE. I added the following to the Login Action on …
asp.net identity visual-studio-2013 asp.net-rolesI am trying to get a list of all the roles in my application. I have looked at the following …
c# asp.net asp.net-identity asp.net-rolesASP.NET MVC allows users the ability to assign permissions to functionality (i.e. Actions) at Design Time like so. […
asp.net asp.net-mvc asp.net-mvc-3 asp.net-membership asp.net-rolesI'm working on an Asp.Net 4.0 web application which is using the Membership and Roles features of Asp.Net. In …
c# asp.net asp.net-membership asp.net-rolesBefore the update of the dll's in the Entity Framework i was able to do this user.Roles.Where(r =&…
c# asp.net-mvc asp.net-identity asp.net-rolesIm new to asp.mvc. I'm trying to develop a portal to maintain employee data. In my system only "Manager" …
asp.net-mvc asp.net-mvc-3 razor asp.net-rolesI have basic Single Sign-On working across 2 MVC sites (call them SiteA and SiteB) using something along the lines of …
c# asp.net asp.net-mvc single-sign-on asp.net-rolesIn MVC4 i used Roles.IsUserInRole to check if a given user is in some role. However, with MVC5 i …
c# asp.net-mvc-5 claims-based-identity asp.net-roles