Top "Asp.net-roles" questions

ASP.

Add User to Role ASP.NET Identity

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-roles
List of Users with roles in MVC Asp.net identity

I 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-roles
Adding Role dynamically in new VS 2013 Identity UserManager

I 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-roles
Trying to get all roles in Identity

I 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-roles
ASP.NET MVC3 Role and Permission Management -> With Runtime Permission Assignment

ASP.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-roles
Programmatically log a user in to asp.net membership and roles?

I'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-roles
Get Role name in IdentityUserRole 2.0 in ASP.NET

Before 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-roles
Hide link based on Role

Im 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-roles
ASP.NET MVC Single Sign-on and Roles

I 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-roles
MVC 5 - Roles - IsUserInRole and Adding user to role

In 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