Create Membership Tables in SQL database
Category: .NET C#
Run this if you want to create the membership tables for the asp.net business application or silverlight business application template
This creates the membership/provider tables and all the objects it needs to store your login and password of the forms.
Open the command prompt on your local computer, and navigate to: C:\WINDOWS\Microsoft.NET\Framework\[framework version]
Execute the command: aspnet_regsql.exe -S DBServerName -E -A all -d DBName
Note the -E is for trusted connection to databse