Is there a way to use the CreateUserWizard to post to the root config file instead of the default generated user database?
For example if a want to register a user 'BigJ' and set the password to 'BigJPassword' with the CreateUser Wizard, is there a way to set <user name="Bigj" password="BigJPassword" /> ? Just curious...because I was looking for some sort of "onsubmit" action for the login so I could store the username in the session object, but instead stumbled upon the OnAuthenticate, which appears to only read from the config file. I know the easier way would be to just create a custom log in and use the OnClick property, but just wanted to know if it was possible, and if so what does the code look like. Thanks Jon
