Groups | Blog | Home
all groups > asp.net security > september 2003 >

asp.net security : Form Authentication in ASP.NET for multiple users



Vinayak
9/29/2003 1:57:39 AM
Hi
Can I implement Form Authentication in ASP.NET for
different users(Number of different users is not fixed).

Regards
Me2
9/29/2003 9:27:06 AM
Vinayak,

Start here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconaspnetauthentication.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspnetauthentication.asp

These two articles are the best for getting up to speed.
--
Ralph Page MBA, CMBA, MCDBA, MCSE, CCNA
-------------------------------------------------------------------------
"However beautiful the strategy, you should occasionally look at the
results."
-- Winston Churchill
-------------------------------------------------------------------------
[quoted text, click to view]

Toby Considine
10/16/2003 5:33:29 PM
Yes.

You can either put the users in the WEBCONFIG file, or validate them by
putting Accounts/Passwords in a back-end database. If you do so, it is, of
course, best practice to encryp the passwords before you store them and
before you query using them.

Record not found --> don't set authentication context.

Below is a nice write-up.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp

tc

[quoted text, click to view]

AddThis Social Bookmark Button