I can't get the PasswordRecovery control to enter question mode. Meaning, it only requests the user to enter their UserName on the page. I have a register page that does ask for the security question. if i change the requiresQuestionAndAnswer property to false, it will remove the security question from the registration page. The password recovery control is unresponsive when setting this to true or false. it just behaves as if it's false. What's the deal?
My RecoverPassword.aspx is nothing special. it just has the PasswordRecovery control on it with zero customizations to it. The register page is the same.
Here's my web.config:
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="ApplicationServices"
connectionString="data source=MyServer;Initial Catalog=MyDatabase;Integrated Security=true;Persist Security Info=True;packet size=4096;Min Pool Si ...
Go to the complete details ...
Found interesting? Add this to: