|
-
Sep 13th, 2006, 06:06 AM
#1
Thread Starter
Hyperactive Member
asp.net 2 role and membership and other tables
Hello,
i've just started writing an asp.net 2 application that will require users to login
etc etc.
I was going to have a look at using the built sql server role and membership providers. My question is this:
I have other tables that need to be related to users. for example in my app
a "member" may have many projects, so there will need to be a (prefereably ri) relationship between the 2 tables.
But can i/should i put my tables into the same database or do i have to keep them separate? also i presume there is a primary key in the member table?
-
Sep 13th, 2006, 07:31 AM
#2
Fanatic Member
Re: asp.net 2 role and membership and other tables
I keep them in the same database, there is nothing special about the asp member/role tables as far as SQL server is concerned
-
Sep 13th, 2006, 07:40 AM
#3
Re: asp.net 2 role and membership and other tables
Of course in the same database. You only need to link them using foreign keys.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|