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
I\'m working on a project that will use windows role providers and I want to limit functionality to certain AD groups.
When adding a role (making use of asp.net\'s role provider), i cannot find a method to add a role including a description.
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:
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\".
i am using role provider and have it managing users on my intranet via their windo开发者_C百科ws logins.
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
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
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.
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