Help with ASP.NET Memberships



I'm taking my first stab at using ASP.NET memberships and could use some help.

I'm following along in a book, which recommends I use the Web Application Administration Tool in VS 2005.

A couple of problems:

1. The only choices it gives me for the authentication method are Windows and Passport. Based on what I read, forms is what I need. Can anyone tell me why this option isn't available?

2. I see it generated a complete, new database to store the membership information in. That's okay I guess but doesn't it have the option of storing those tables in my main database? Is it the standard to create a separate database? Most of the data I need to store will be associated with the users and so I assume I'd want to combine database and be able to extend the user information that ASP.NET created. Am I off-track here?

Thanks for any help.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

.



Relevant Pages

  • Re: looking for help with a counting algorithm
    ... > subcategory under one or more higher level categories. ... > stored in a mysql database, and the links between books and categories, ... > I want any set of category memberships or groupings of categories that can ...
    (comp.lang.perl.misc)
  • How To Automate Copy Certian Cells from Worksheet A to Certian Cells Worksheet B?
    ... Currently I have a user database which is in Populate Database.xls I ... currently Want to transfer the user information to the Another Options.xls ... the macro will then know to copy the ranges of B1-B10 to the predefined ...
    (microsoft.public.excel.programming)
  • looking for help with a counting algorithm
    ... subcategory under one or more higher level categories. ... stored in a mysql database, and the links between books and categories, ... I want any set of category memberships or groupings of categories that can ... where each category is represented by a hash ...
    (comp.lang.perl.misc)
  • Opening a form based on the result of a MsgBox
    ... The Form_Load procedure of the user information form has the code to load ... the User information from the database. ... I want to be able to load the new form based on what the user clicks in the ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: Problems adding users
    ... I've found some user information in the content database. ... > account in the AD was never deleted, the account name for this user was ... >> sharepoint user, ...
    (microsoft.public.sharepoint.windowsservices)

Loading