Re: Forms Authentication and DB

From: Saravana (saravank@sct.co.in)
Date: 03/26/03


From: "Saravana" <saravank@sct.co.in>
Date: Wed, 26 Mar 2003 20:55:19 +0530


Check out this article, this also explain how to have Forms Authentication
Using SQL. Instead of connection to SQL server, u can connect to Access
database get your details and validate your user.

http://aspalliance.com/jgaylord/column/aspnet/authentication/formsandsqlpart
1.aspx

--
-Saravana
MCAD,SE,SD,DBA.
"iMonkey" <iMonkey@clara.net> wrote in message
news:1048630733.36690.0@demeter.uk.clara.net...
> Hi people,
>
> I am trying to implement Forms Authentication for a small project I am
> doing. I have my users and their passwords stored in an access database
and
> would like my logon page to retrieve those details from the database, I am
> not 100% sure how to do this and have already been given a link to an MSDN
> article that shows you quite indepth how to accomplish this, but with SQL
> server and in C#, unfortunately I have only learnt VB so far so the C#
makes
> it a lot more difficult and I would like to do it in VB if possible...
>
> I currently have a basic forms authentication site setup based on the
> tutorial from asp.net but it only supports one username and password which
> are hard coded which isn't much help.
>
> Please could someone give me some more guidance on this matter... maybe an
> example in VB rather than C#.
>
> Thanks a lot for your time.
>
>


Relevant Pages