简体   繁体   中英

How Can I Create Membership Tables In My Own Database in Visual Studio 2012

I have used aspnet_regsql in visual studio 2010 command prompt that would open the membership wizard to create tables and stored procedures for me at my own database. Now, these tables usually use 'aspnet_' prefix.
However, in visual studio 2012 default website template, I saw that these tables don't have the prefix ie 'aspnet_' associate to their name.
How, can I create those tables and specify my custom database. Just like in visual studio 2010 command prompt.
How can I call that utility in visual studio 2012?

You select good version of framework, before run tools

Here on msdn they don't speak about change.

http://msdn.microsoft.com/en-us/library/89hwy0w9

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM