I want created a custom login page . I set Claims Based Authentication my site .
When i Enable Forms Based Authentication (FBA) , what value set for :
ASP.NET Membership provider name
ASP.NET Role manager name
|
I want created a custom login page . I set Claims Based Authentication my site . When i Enable Forms Based Authentication (FBA) , what value set for : ASP.NET Membership provider name ASP.NET Role manager name |
|||
|
|
|
Have you read this yet: http://www.sharepointchick.com/archive/2010/05/06/configuring-claims-and-forms-based-authentication-for-use-with-an.aspx I've followed through with those instructions successfully on one of my farms that uses LDAP as it's membership provider, and it worked like a charm. In there she uses LdapMember and LdapRole for the names. |
|||
|
|
It is the name of membership and role provider you implemented and configured to use in web.config. Check here for details : http://msdn.microsoft.com/en-us/library/gg252020.aspx |
|||
|