Forms Security Authentication.
From: Daren Hawes (newsgroups_at_webdesignmagic.com.au)
Date: 08/19/04
- Next message: Shawn Anderson: "Re: Question about privileges required to call LoadUserProfile from ASP.NET webservice"
- Previous message: Daren Hawes: "Re: web.config in subfolder"
- Next in thread: Raterus: "Re: Forms Security Authentication."
- Reply: Raterus: "Re: Forms Security Authentication."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 18 Aug 2004 18:52:07 -0700
Hi I have done all the plumbing for a Forms Authentication system.
My user logs in, I chek password with ADO.NET to a database with 2
fields.
IE
enteredUsername = dbUsername
enteredPassword = dbPassword
so I get say
bolAutheticated = true
How do I manually authenticate this user for example
If bolAutheticated Then
FormsAuthentication.???????
Else
lblStatus.text = "Login Failed"
End IF
I have seen demos with Salt and Password etc, but I have an established
DB with no Encryption, we do not need it. I simply need DOT net to
authentiucate this user so they can access the resatricted directory I
have setup in Web.Config?
Please help!
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Shawn Anderson: "Re: Question about privileges required to call LoadUserProfile from ASP.NET webservice"
- Previous message: Daren Hawes: "Re: web.config in subfolder"
- Next in thread: Raterus: "Re: Forms Security Authentication."
- Reply: Raterus: "Re: Forms Security Authentication."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|