Now we have created our database, fixed our web.config - now it's time to test to see if it works...
Just drag a CreateUserWizard control onto your webform:

As you can see the security question/answer stuff is there - even though we earlier have specified in our web.config it should NOT be used ( remember requiresQuestionAndAnswer="false" ? ) - but no panic. It's just a simple design mode issue. As soon as we run it it's gone:

Now, lets try our system out by creating a user:

The famous "foo" is signing up for our website - and of course he/she wants to use "bar" as password. Press Create User:

Oh yes, we have specified minRequiredPasswordLength="5" in web.config Cool I must say :)
Lets enter "foobar" as password and:
