roleprovider
Is it necessary to override the membership and the role providers?
I\'m working on a web app and I don\'t want to store the connection strings in the web or app config because of the requirements.[详细]
2023-01-08 16:05 分类:问答reject user to specific view?
i have mvc2 project and i make custom role Provider I\'m using attributes [Authorize(Roles = \"Admin\")] to prevent an authorized user from doing some actions[详细]
2023-01-08 15:28 分类:问答ASP .NET Custom RoleProvider not respecting cacheRolesInCookie="true"
I\'ve implemented a custom role provider, and configured it in my web.config file like this: <roleManager enabl开发者_StackOverflow社区ed=\"true\" defaultProvider=\"TDRoleProvider\" cacheRolesInCo[详细]
2023-01-08 11:09 分类:问答Merging organization unit and business roles in ASP.NET web application
In real-world enterprise web applications for enterprise businesses, we always need to limit the access to the data by the user\'s unit and role.[详细]
2023-01-07 22:06 分类:问答ASP.NET MVC2 Authentication form with localization
I have two level authentification, first the user enters their nt/password and it is validated by LDAP and afterward I have a custom role provider that make sure the user has access to said page.[详细]
2023-01-07 13:07 分类:问答ASP.NET MVC Custom Membership Guide
I am trying to make the move from PHP to ASP.NET. I have about 10 years experience with PHP, and 4 with C#.[详细]
2023-01-06 09:58 分类:问答Is it possible to block a page from opening using securityTrimmingEnabled=true
I have custom SiteMapProvider and RoleProvider that works together properly: IsAccessibleToUser returns false if current user\'s role isn\'t mentioned in SiteMapNode.Roles for page requested.[详细]
2022-12-31 05:45 分类:问答ASP.NET custom RoleProvider error
I\'m trying to use this article to learn about custom roleproviders, but I\'m getting this error: Could not load type \'TestRoles.SimpleRoleProvider\'.[详细]
2022-12-30 00:35 分类:问答Is there a way to call custom method of Custom Role Provider class
I have created my own custom role provider class \"SGI_RoleProvider\" and configured properly. Everything is working fine.[详细]
2022-12-27 13:08 分类:问答Winforms role based security limitations
I\'m implementing role based security using Microsoft\'s membership and role provider. The theoretical problem I\'m having is that you implement a specific role on a method such as:[详细]
2022-12-26 04:00 分类:问答