Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 23, 2013 03:28 PM by selvakumars
Member
11 Points
103 Posts
Feb 23, 2013 03:26 AM|LINK
Currently I'm using ADMembershipProvider on Form Authentication, and there is some errors in AccountController, therefore does ADMembershipProvider can be implemented in Role and Profile Provider? How to do that?
All-Star
18270 Points
2839 Posts
Feb 23, 2013 01:37 PM|LINK
ASP.NET natively support this - AspNetWindowsTokenRoleProvider, but this works only with Windows authentication and not form authentication.
Please see - http://www.codeproject.com/Articles/28546/Active-Directory-Roles-Provider
92 Points
331 Posts
Feb 23, 2013 03:28 PM|LINK
Better you can prefer SQL Role provider for form authentication.
jazzyhacker
Member
11 Points
103 Posts
Role and Profile Provider using ADMembershipProvider
Feb 23, 2013 03:26 AM|LINK
Currently I'm using ADMembershipProvider on Form Authentication, and there is some errors in AccountController, therefore does ADMembershipProvider can be implemented in Role and Profile Provider? How to do that?
CPrakash82
All-Star
18270 Points
2839 Posts
Re: Role and Profile Provider using ADMembershipProvider
Feb 23, 2013 01:37 PM|LINK
ASP.NET natively support this - AspNetWindowsTokenRoleProvider, but this works only with Windows authentication and not form authentication.
Please see - http://www.codeproject.com/Articles/28546/Active-Directory-Roles-Provider
selvakumars
Member
92 Points
331 Posts
Re: Role and Profile Provider using ADMembershipProvider
Feb 23, 2013 03:28 PM|LINK
Better you can prefer SQL Role provider for form authentication.