With ASP.Net Membership, can a multiple Membership providers be used for login to the same website?
The situation is this: We have several (19) sites that are currently configured to share a single ASP Membership database using different applicationNames, such as: <membership defaultProvider="Site1Membership"> <providers> <add applicationName="/site1" name="Site1Membership" /> <add applicationName="/site2" name="Site2Membership" /> </providers> </membership> My question is if there are multiple providers defined in web.config, can a user login via other than the default provider? In the given configuration, obviously a user stored in the default provider with an applicationName of "/site1"