Reputation: 4450
I have a website and needs to use the users base from a users database (SQL Server, Oracle, etc) and from a NT user database (computer or domain) for security/authentication of the site.
Is it possible to use SqlMembershipProvider AND ActiveDirectoryMembershipProvider at the same time?
Upvotes: 0
Views: 333
Reputation: 44308
Yes it is possible.
Just add both MembershipProviders to your Web.config and specify a defaultMembershipProvider afaicr
Upvotes: 2