I have created a custom membership provider for FBA (SharePoint 2010).
My CustomMembershipProvider (+ role provider) are defined in the 3 web.config (CA, STS, webapp).
In web.config of webapp, I set applicationName of membership provider to CUSTOM. In other files, I set it to CustomMembershipProvider.
Url of webapp : http://dev2010:10000. When I reach this url, CustomMembershipProvider is initialized and value of applicationName is CUSTOM. Then I have to select in combo Windows or FBA authentication.
If I select FBA, then enter login/password, when I submit, CustomMembershipProvider is initialized again, with applicationName = CustomMembershipProvider!
Do I need to extend my web app, and remove FBA on http://dev2010:10000?
