I am creating a Asp.Net site which will accept users' registration/logon. The Asp.Net MVC automatically generate the following tables in a database with a strange name of aspnet-MyProjectName-20120705215524.
Is it possible to let Asp.Net Mvc generate the tables in my own database? (I have other tables which will refer the Users table). I will need the more columns in the table Users. Can I just manually add the columns to it? And I also want the extra columns
show in the registration page.
nkw
Member
97 Points
54 Posts
Best practice to integrate Asp.net Forms Authentication tables with my own domain tables?
Jul 08, 2012 09:37 AM|LINK
I am creating a Asp.Net site which will accept users' registration/logon. The Asp.Net MVC automatically generate the following tables in a database with a strange name of aspnet-MyProjectName-20120705215524.
Is it possible to let Asp.Net Mvc generate the tables in my own database? (I have other tables which will refer the Users table). I will need the more columns in the table Users. Can I just manually add the columns to it? And I also want the extra columns show in the registration page.
</div>Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Best practice to integrate Asp.net Forms Authentication tables with my own domain tables?
Jul 08, 2012 10:31 AM|LINK
http://progr5mming101.blogspot.com/2011/09/adding-membership-provider-to-existing.html
Space Coast .Net User Group
BrockAllen
All-Star
27574 Points
4912 Posts
MVP
Re: Best practice to integrate Asp.net Forms Authentication tables with my own domain tables?
Jul 08, 2012 02:21 PM|LINK
Duplicate post from here.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/