roleprovider
How to get users not in role,
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[详细]
2023-02-16 23:51 分类:问答Custom role provider for SharePoint 2010:
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[详细]
2023-02-16 02:43 分类:问答auto login while testing (and assigning a particular role to a testing user)
I found this: ASP.NET forms authentication - auto login with a test account while debugging? - which would get me half the way there.[详细]
2023-02-15 07:52 分类:问答Problems with IsInRole - customRoleProvider
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:[详细]
2023-02-15 04:53 分类:问答Hierarchical SQL roles based on default ASP.NET RoleProvider
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[详细]
2023-02-10 12:39 分类:问答Reference current RoleProvider instance?
When inside an ASP.NET page, module or handler with an HttpContext present, how do I get a reference to the current RoleProvider instance?[详细]
2023-02-09 21:48 分类:问答ASP.NET User/Role Management in VS2010 - skipping over the SQL Express version and going straight to SQL Server 2008 R2
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[详细]
2023-02-07 08:33 分类:问答Find all User that are NOT in a specifv Role using: Roles.GetUsersInRole or different
I need populate an array with a list of Users that ARE NOT PRESENT in a specific Role and COUNT the result.[详细]
2023-02-06 19:44 分类:问答How to Use ASP.NET Membership Provider class
i want to use asp.net membership provider for my own database i have own table here is what have i done[详细]
2023-02-04 17:35 分类:问答Problem with custom Role Provider
This stack trace comes as a result of an error that reads \"Provider name cannot be null or empty. \"[详细]
2023-01-30 02:30 分类:问答
加载中,请稍侯......