Ask a Question related to ASP.NET Security, Design and Development.
-
TG #1
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
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.
TG
TG Guest
-
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... -
window authentication against ADAM users
Hi, Has anyone know how to do window authentication against ADAM users? Thanks for any reply Ann -
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... -
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 -
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... -
ENIZIN #2
RE: session authentication for users
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:
[url]http://www.codeproject.com/aspnet/formsroleauth.asp[/url]
HTH
"TG" wrote:
> 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.
>
> TG
>ENIZIN Guest



Reply With Quote

