How can I configure my CreateUserWizard and Login controls to use the aspnet_regsql tables?
I'm using SQL Membership. I added aspnet_regsql to my project, database and configured in web.config file. When I created a new user, the CreateUserWizard created new tables and did not use the tables created with aspnet_regsql.