Mulitple membership providers but one role provider

  • Thread starter Thread starter TheCornjerker
  • Start date Start date
T

TheCornjerker

With ASP.Net 2.0, I have setup a custom login screen that first
authenticates against and SQL membership provider and if that fails,
against an Active Directory provider. I'm wanting to have one SQL
role provider for both these membership providers.

Is this possible? If so, can you give me a link or some information on
how to set this up. I have the multi-membership provider working
properly.

Thanks,
C
 
Nevermind. I just couldn't use the Web Site Administration Tool to
manage the roles. I had to manually call the
Roles.AddUserToRole(username,rolename) method.

C
 
Back
Top