代码有点看不懂,注册页面打开提示RegisterUser: CreateUserWizardStep.ContentTemplate 未包含用于安全提示问题的 ID 为 Question 的 IEditableTextControl。当成员资格提供程序要求提示问题和答案时,必须提供此项。 
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Web.HttpException: RegisterUser: CreateUserWizardStep.ContentTemplate 未包含用于安全提示问题的 ID 为 Question 的 IEditableTextControl。当成员资格提供程序要求提示问题和答案时,必须提供此项。源错误: 执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  堆栈跟踪: 
[HttpException (0x80004005): RegisterUser: CreateUserWizardStep.ContentTemplate 未包含用于安全提示问题的 ID 为 Question 的 IEditableTextControl。当成员资格提供程序要求提示问题和答案时,必须提供此项。]
   System.Web.UI.WebControls.CreateUserStepContainer.get_QuestionTextBox() +1606734
   System.Web.UI.WebControls.CreateUserWizard.RegisterEvents() +134
   System.Web.UI.WebControls.LayoutTemplateWizardRendering.CreateControlHierarchy() +46
   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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.0.30319.1 谁能帮帮我?有教程最好。