I would like to install membership and roles to a specific database. It seems to create a new database : aspnetdb. I tried using the GUI (Wizard) but that installed personalization. I tried adding “…Localhost/DatabaseName” but that didn’t work.
I would like to install membership and roles to a specific database. It seems
Share
See the command-line options at ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe)
Specifically, -d <database>: