roleprovider
Determine if user can access database generated page?
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.[详细]
2022-12-16 15:40 分类:问答How to provide dependency injection via StructureMap for a custom role provider with WCF?
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.[详细]
2022-12-16 06:25 分类:问答attribute for .net MVC controller action method
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[详细]
2022-12-16 05:02 分类:问答Refresh ASP.NET Role Provider
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[详细]
2022-12-15 07:56 分类:问答Use Multiple ASP.NET Role Providers Simultaneously
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[详细]
2022-12-14 20:26 分类:问答-
Recommendation for third party Asp.Net membership providers [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-14 18:11 分类:问答 How to design a system to filter requests on roles?
I have requirement to design a WCF Service based system to filter requests on roles in C# Rules User can access X[详细]
2022-12-14 12:07 分类:问答Custom role provider does not implement inherited abstract member
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:[详细]
2022-12-13 19:37 分类:问答Custom RoleProvider with MVC 2.0
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[详细]
2022-12-13 08:41 分类:问答How do I create reliable integration tests with an Active Directory role provider?
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[详细]
2022-12-12 15:23 分类:问答