I set up my site to store user data on a sql server but when creating roles it creates and uses a local database file.
I use the drag and drop wizard control to create users. But to create roles I either used the web configuration site or the line Roles.CreateRole("name");
Why is it using one datastore for users and another for roles?
thanks