roleprovider
Is it possible using the Microsoft Role provider to "temporarily" add a user to a role at runtime?
I am implementing a custom Membership Provider and a custom Role Provider.It is working fine.I have a custom database that has all of my users and all of the roles and most of the associations between[详细]
2023-01-28 13:14 分类:问答is there an authorizeattribute equivalent to just standard web forms (not MVC) for .net
I\'m working on a project that will use windows role providers and I want to limit functionality to certain AD groups.[详细]
2023-01-26 06:54 分类:问答can i set a role description when adding a new role
When adding a role (making use of asp.net\'s role provider), i cannot find a method to add a role including a description.[详细]
2023-01-23 12:00 分类:问答How can I implement an ID based user system (membership, authorization, etc.) in ASP.NET MVC?
I have been thinking for a good while about how to tackle the problem of implementing an ID based user system while using ASP.NET MVC. My goals, much like StackOverflow\'s system are as follows:[详细]
2023-01-23 08:38 分类:问答What LDAP information could be persisted in my application?
Consider a classic LDAP usage for authentication and consequent calls to check if the user 开发者_JAVA技巧has rights to access an object accessible to groups \"foo\", \"bar\" and \"baz\".[详细]
2023-01-22 23:30 分类:问答asp.net role provider- get users email address?
i am using role provider and have it managing users on my intranet via their windo开发者_C百科ws logins.[详细]
2023-01-21 20:54 分类:问答The Role Manager feature has not been enabled
Got the following ProviderException : The Role Manager feature has not been enabled. So far so good. Is there somewhere a method that can be called to check if the Role Manager has been enabled[详细]
2023-01-18 19:35 分类:问答ASP.NET MVC Role Providers for MySQL
I tried to setup role provider, using this article. It worked partially - provider created some tables in MySQL, but I cannot access it from ASP.NET Configuration Tool. I get following error, while t[详细]
2023-01-18 10:43 分类:问答sample c# code to manage roles with roles provider
i want to implement asp.net role provider to assign users over my LAN to roles and have my asp.net intranet app implement security based on roles.[详细]
2023-01-17 04:27 分类:问答Why am I having this RoleProvider problem?
I currently have 2 simple ASP .Net applications. Both applications share the same aspnetdb membership database for membership, roles and providers and the same encryption and decryption keys. They als[详细]
2023-01-10 15:50 分类:问答