The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: SharePoint Site Dual Authentication - Window and Form Based (Using SqlMembershipProvider) with Anonymous Access
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

SairamPosted Oct 29, 2010, 8:37 AM
UPON CREATING FORM BASED AUTHENTICATION .I AM GETTING THE ERROR WHEN I CLICK ON "ASP.CONFIGURATION" FROM WEBSITE MENU, IN VISUAL STUDIO ENVIRONMENT ,AND THEN BY CLICKING ON SECURITY TAB,I AM GETTING BELOW ERROR There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unrecognized configuration section membership. (E:\sharepointexe\formauthentication\web.config line 34) In line 34 i have written the coding as " <membership defaultProvider="AspNetSqlMembershipProvider">" Can u provide solution for this issue...