I have created a custom MembershipProvider class, so far so good, however, I am not sure how to read the configuration settings from the web.config file.
I tried to
As this is set as your default provider it should be enough to:
int i = Membership.MinRequiredPasswordLength;
And that would return an int specifying the minimum required password length.