Using the CreateUserWizardStep

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

I want to require my users to enter a first and last name when registering.
To the best of my knowledge, this should be done using the
CreateUserWizardStep of the CreateUserWizard control. If I understand
correctly, I need to add the profile element to Web.config to do this.
However, I seem to be having trouble with this (CreateUserWizardStep is
still not available when I edit my *.aspx file). Can someone tell me what my
Web.config should look like? Thanks.
 
Back
Top