Is it possible to set up ASP.NET application services (membership, profiles, roles etc) for a site without having to run the aspnet_regsql tool directly?
I have managed to create the admin user and roles in session start for the first user that visits the site (the developer), but want to go an extra step before hand and create the tables if they don't exist.
The ultimate idea would be just for the DBA to create a blank database on the server and have the web application itself create all the required tables (if they don't exist).