I have Membership, Profile and Role prov开发者_开发问答iders setup for my .NET MVC website. I would like to say: this Role has access to that Page.
We\'re going to be using a custom role provider with WCF.The overridden method GetRolesForUser will require the use of an already existing RoleRepository.
Essentially I want to show a friendly message when someone is not part of a role listed in my attribute.Currently my application just spits the user back to the log in screen.I\'ve read a few posts th
simple question... Given I have an ASP.NET site, which uses a [custom] RoleProvider, Is there any way in which I can somehow \"refresh\" the provider without forcing the user to log out of the site a
I\'m developing an ASP.NET system that has two different \'tiers开发者_高级运维\' of roles. The main tier will use Active Directory groups to determine membership, while the second tier will use a dat
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have requirement to design a WCF Service based system to filter requests on roles in C# Rules User can access X
I need some help implementing a custom role provider in a asp.net mvc app. The problem is that I\'m getting several errors like:
I have a custom Membership and Role Provider that I am setting up within an application.In ASP .Net Webforms I utilize the same providers and when the app is compiled and run the providers are initial
I recently refactored some code in an Active Directory role provider to remove support for multiple domains.In the process my integration tests broke in ways that I didn\'t expect.The tests do not rel