You can choose to add ASP.NET roles to either an existing database or a new database. First you need to add the database in your HELM control panel. Log into the control panel and click on your domain name and then click on the Database Management Icon. After that, click on the Add New button to add a new database. Now you need to name your database and choose the type. Both SQL 2000 or 2005 are fine. In this example we will be using 2005. Insert the name and click the Save button. Now we need to add users to our database so click the Add New button under database users. Enter a database user name and password and click the Save button. Now that we have a database created, we need to add the ASP.NET Membership roles to it. So on your Windows Server machine click Start -> Run and enter C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe which will start the ASP.NET Membership and Roles Wizard. Click Next on the welcome screen then select Configure SQL Server for application services and click next again.
Now enter the SQL Server IP address and port number that you can find in the Database Manager on the connection info line. Then select SQL Server authentication and enter you user name password and database name that you created and click next. Now confim that the settings are correct and click Next. (Note: It could take a few minutes for this step to complete.) Now if all the settings are correct just hit Finish. You have successully installed ASP Membership roles into your database.