i have a SQL server database on a server. I have just recently been playing around with asp.net mvc and i am using the membership login control. i see that it creates a default local database called aspnetdb.mdf with teh following tables:
aspnet_Applications
aspnet_membership
aspnet_paths
aspnet_profiles
aspnet_users
aspnet_usersinRoles
. . .
. . .
all in all its about 15 tables.
My question is i am trying to figure out if there is anyway to export these tables and upload them into my SQL Server database that is on the server.
any suggestions ?