Is there any reasonably efficient way to get a list of users who are not in a specific role? The only methods I can see are
I have written both custom Membership and Role providers for SharePoint 2010.The Membership provider has been working just fine for months.I just finished the Role provider, added it to the GAC, set i
I found this: ASP.NET forms authentication - auto login with a test account while debugging? - which would get me half the way there.
I implemented a custom RoleProvider with custom Authentication over the weekend. Using the Silverlight Business Template, I was able to put a [RequiresRole(\"Admin\")] attribute on a service request:
I\'m trying to implement the following adjustments to the default ASP.NET RoleProvider so that it supports hierarchical role definitions. However i cannot create the following function, it keeps Execu
When inside an ASP.NET page, module or handler with an HttpContext present, how do I get a reference to the current RoleProvider instance?
As I\'m learning the ins and outs of ASP.NET user management, I\'ve learned that the default in VS开发者_运维问答 is for it to use a SQL Server Express .mdf file for the data it needs to save.This won
I need populate an array with a list of Users that ARE NOT PRESENT in a specific Role and COUNT the result.
i want to use asp.net membership provider for my own database i have own table here is what have i done
This stack trace comes as a result of an error that reads \"Provider name cannot be null or empty. \"