ASP.NET error: The Active Directory membership provider has not been configured to support search methods

Quick Fix:

The following message may help in diagnosing the problem: The Active Directory membership provider has not been configured to support search methods.

This error usually displayed when Active directory is choosen to get ASP.net based website members
Just add : enableSearchMethods=”true” in the web.config file as detailed below