Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 13th, 2008, 11:49 AM
Registered User
 
Join Date: Sep 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Setting up a DB

Hello all. I am setting up a website and I need a little advice. When you use the login controls, the ASPNETDB is the database used to store the information. I will have extensive information for each user on the site, can I add tables and relationships to the ASPNETDB database and have it be easy to access? Is it secure to use the Profile API to store the user information? Maybe if I use the Profile API I wouldn't have to worry about the extra tables and relationships, I could just break things down like Profile.Category.SubCategory to store some information.

I am just not sure where to start or what is secure since I am a newbie with databases. Any advice or resources are much appreciated!

 
Old September 13th, 2008, 02:28 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

You may want to take a look at the Table profile Providers: http://www.asp.net/downloads/sandbox...vider-samples/

They allow you to store data in a separate table with multiple columns, rather than as a single record in the ASP.NET profile table.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.





Similar Threads
Thread Thread Starter Forum Replies Last Post
help setting up (what I think is) a simple db spazgirl Access 5 January 30th, 2007 09:49 AM
Finding the DB Sailor.mdb of Beginning ASP DB book anna Classic ASP Databases 2 August 5th, 2006 01:13 PM
Setting Runtime DB connection from JSP ssivakumar76 BOOK: Beginning Java 2, JDK 5 Edition 0 June 16th, 2006 03:07 AM
Converting Access DB to Online DB eyal8r Access 5 December 6th, 2004 05:22 AM
Setting a DB value on Session Abandon bigmish Classic ASP Databases 6 July 19th, 2004 10:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.