Results 1 to 3 of 3

Thread: asp.net 2 role and membership and other tables

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Norwich, UK
    Posts
    405

    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?

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width