When I click "Register" to have a user create an account, I get the following error:

Server Error in '/' Application.
--------------------------------------------------------------------------------

CreateUserForm: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID Question for the security question, this is required if your membership provider requires a question and answer.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: CreateUserForm: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID Question for the security question, this is required if your membership provider requires a question and answer.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[HttpException (0x80004005): CreateUserForm: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID Question for the security question, this is required if your membership provider requires a question and answer.]
   System.Web.UI.WebControls.CreateUserStepContainer.get_QuestionTextBox() +1608834
   System.Web.UI.WebControls.CreateUserWizard.RegisterEvents() +134
   System.Web.UI.WebControls.TableWizardRendering.CreateControlHierarchy() +32
   System.Web.UI.WebControls.Wizard.CreateControlHierarchy() +18
   System.Web.UI.WebControls.Wizard.CreateChildControls() +221
   System.Web.UI.WebControls.CreateUserWizard.CreateChildControls() +26
   System.Web.UI.Control.EnsureChildControls() +102
   System.Web.UI.WebControls.Wizard.OnInit(EventArgs e) +107
   System.Web.UI.Control.InitRecursive(Control namingContainer) +140
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Control.InitRecursive(Control namingContainer) +311
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480

Anyone have any suggestions on how to fix this?  Appreciate it.