Re: ASP .net forms auth against DB
From: Brad Kingsley (bklists@orcsweb.com)
Date: 08/26/02
- Next message: Willy Denoyette [MVP]: "Re: Problem with execution of an extern program from an asp.net application."
- Previous message: Per Andersen: "Problem with execution of an extern program from an asp.net application."
- In reply to: Poster: "ASP .net forms auth against DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Brad Kingsley" <bklists@orcsweb.com> Date: Mon, 26 Aug 2002 09:32:14 -0400
http://www.orcsweb.com/articles/form_auth_db.asp
-- ~Brad Kingsley Microsoft MVP - ASP Windows 2000 MCSE http://www.orcsweb.com/ Powerful Web Hosting Solutions #1 in Service and Support Please keep replies in the newsgroup "Poster" <poster@cyberdude.com> wrote in message news:8ffeb00b.0208181712.1a687041@posting.google.com... > At http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht ml/gngrfcredentials.asp, > MS says .. > > "<credentials> Element > Allows optional definition of name and password credentials within the > configuration file. You also can implement a custom password scheme to > use an external source, such as a database, to control validation." > > All the examples I have seen are like the one below, where you specify > the user names. This is lame when you have (tens of ) thousands of > users. > > It would be nice if you could point to an existing data store like an > LDAP DB or custom DB which acts as your user data store. > > BTW, has anyone found an appropriate .net replacement for Site Server > 3.0 or Commerce server's AuthFilter (sounds like this is the model ASP > Forms auth is using) ? > > <authentication mode="Forms"> > > <forms name="logon" path="/" loginUrl="logon.aspx" protection="All" > timeout="10"> > > <credentials passwordFormat="Clear"> > > <user name="bill" password="password"/> > > <user name="fred" password="whatever"/> > > </credentials> > > </forms> > > </authentication>
- Next message: Willy Denoyette [MVP]: "Re: Problem with execution of an extern program from an asp.net application."
- Previous message: Per Andersen: "Problem with execution of an extern program from an asp.net application."
- In reply to: Poster: "ASP .net forms auth against DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|