Ask a Question related to ASP.NET Security, Design and Development.
-
Vinayak #1
Form Authentication in ASP.NET for multiple users
Hi
Can I implement Form Authentication in ASP.NET for
different users(Number of different users is not fixed).
Regards
Vinayak
Vinayak Guest
-
Multiple users on multiple sites
If several users edit their own sites using one pc with one version of Contribute, for example in a community venue, is it possible to issue... -
CFLDAP users authentication
Hi all, I'm trying to authenticate a user with Active Directory. I want to use the CFLDAP tag. I got this example from the Macromedia website... -
Authentication for anonymous users?
What should I do for realising the following task: Anonymous users can browse my ASP.net site( limited number of pages), but when the try to access... -
session authentication for users
Hi, I need to know the best way to program a login page that will only authenticate users when they click the login button at the top of our... -
Authentication with NT Users
Hi, Can someone tell me how I create a login page which authenticates users against the servers user manager. I want the login to be a form in... -
Me2 #2
Re: Form Authentication in ASP.NET for multiple users
Vinayak,
Start here:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconaspnetauthentication.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspnetauthentication.asp[/url]
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
-------------------------------------------------------------------------
"Vinayak" <vinayak.narvekar@lntinfotech.com> wrote in message
news:171af01c38667$bc75b510$a601280a@phx.gbl...> Hi
> Can I implement Form Authentication in ASP.NET for
> different users(Number of different users is not fixed).
>
> Regards
> Vinayak
Me2 Guest
-
Toby Considine #3
Re: Form Authentication in ASP.NET for multiple users
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.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp[/url]
tc
"Vinayak" <vinayak.narvekar@lntinfotech.com> wrote in message
news:171af01c38667$bc75b510$a601280a@phx.gbl...> Hi
> Can I implement Form Authentication in ASP.NET for
> different users(Number of different users is not fixed).
>
> Regards
> Vinayak
Toby Considine Guest



Reply With Quote

