aspnet_regsql - Shalvin aspnet

Shalvin 0 Tallied Votes 145 Views Share

aspnet_regsql is a tool user for installing membership, role and personalization tables to Sql Server.

1. Porting all tables to Sql Server

2. Porting only membership tables to Sql Server

3. Removing all membership and role tables

4. Removing Personalization tables.

I am be posting a detailed blog on Membership in shalvinpd.blogspot.com soon.


Happy programming

1. aspnet_regsql -S . -E -d ShalvinAll -A all

2. aspnet_regsql -S . -E -d ShalvinAll -A  m

3. aspnet_regsql -S . -E -d ShalvinAll -A  mr

4. aspnet_regsql -S . -E -d ShalvinAll -R c