all groups > asp.net security > september 2004 >
You're in the

asp.net security

group:

session authentication for users


session authentication for users tjgraham4 NO[at]SPAM hotmail.com
9/30/2004 10:46:59 AM
asp.net security:
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
page. Once they are authenticated they will be able to go through the
process of ordering, etc. I am not very well versed at ASP.NET but I
don't think I want to use Forms Authentication for this. Is there a
simpler way to authenticate users? Could someone please help me with
this code in ASP.NET/VB.NET?
Thank you.

RE: session authentication for users ENIZIN
9/30/2004 1:55:04 PM
Forms Authentication is nice. Once the user is aunthenticated you can place
web.config files in the folders you want secured only for those who are
logged in. Rather than go through the whole process of setting it up, here is
a link with plenty of information on this. Take a look:

http://www.codeproject.com/aspnet/formsroleauth.asp

HTH



[quoted text, click to view]
AddThis Social Bookmark Button