2
votes
1answer
502 views

FBA and People Picker Issue on NTLM Web App Zone

SCENARIO I correctly set up FBA on SharePoint 2010 following these tutorials (among others): ...
0
votes
1answer
296 views

Custom MembershipProvider: applicationName

I'm creating a custom MembershipProvider for FBA authentification. When I access the root url of the web app http://sp:6336/, my provider is initialized. Value of "applicationName" in web.config is ...
3
votes
2answers
743 views

FBA custom login page - membership provider returns “The method or operation is not implemented.”

My SP web application use FBA authentication (AD and aspnetSQLmembership providers). I want log in to SP site from custom SP login page. In code-behind page (my class inherit ...