Login controls and its default database

V

Vince

Hi,

While working with the Login controls, VS creates a ASPNETDB.MDF
database to store user accounts.


Is that database only used for the storage of login credentials and if
so, does this mean my site will need a separate database to host a
users profile information and other tables Ill be needing?

I guess nothing is stopping me using it in that way but just want to
know the 'proper' way.

Thanks in advance
Vince
 
G

Guest

You can run ASPNET_REGSQL.EXE to enable any database you want, then use a
<remove name="localSqlServer" element in the web.config to remove the default
and then replace with your own connection string. You can also use the
System.Web.Managment.Install methods to replicate the functions of
ASPNET_REGSQL programmatically.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top