Error on User Management and Change Password

Hello,

I am getting following error on User Management Page and Change Password Page. FBA is configured perfectly by following this

A Membership Provider has not been configured correctly. Check the web.config setttings for this web application.

I am unable to trace any Unexpected event in Sharepoint Logs. How can I trace the problem and what can be possible solution?

regards,

Sadiq Khoja

I'm guessing that if you can login with FBA and you're getting this error, then probably the SQLMembershipProvider and/or database connection entries have been added to the SecurityTokenService, but weren't added to the web application you are accessing. Check the Providers and Connection Strings sections in II7 for the web application.

To find the error in your SharePoint log file, i'll usually open the log file just after the error occurs, then search up from the bottom for the page name that was accessed. The exception should be nearby. Searching for "FBA Pack" will also find a lot of the errors.