Hi All,
I see this is quite a problem with a lot of people, I have searched ages for a answer but without any luck. I still get a error saying I "This Membership Provider has not been configured to support password retrieval" Now if you look at the web.config file you will see that I have set enablePasswordRetrieval to true.
How do I sort this out?
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<appSettings/>
<connectionStrings> ...
Go to the complete details ...