create custom database for Membership,role,profile in sql server
if u want to use custom database on the sqlserver insteade of database in App_Data folder
u use following instruction
to create membership and role ,profile in ur database
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql.exe -E -S sureshserver -d Useraccount -A mr
Start adding the following features:
Membership
RoleManager
………………
Finished.
for help
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql.exe /?
Administrative utility to install and uninstall ASP.NET features on a SQL
server.
Copyright (C) Microsoft Corporation. All rights [...]


