Performing ASPNET login

W

W. S.

Hi,

I'm trying to create a web applictaion with c# and asp.net. Using Web Forms
to handle the authentication I wanted to inroduce a link that would
automaticaly login user as "test"/"test" without going through the normal
Login control.

How can I do this?
 
W

W. S.

Ok got it. For the record:

FormsAuthentication.Authenticate
FormsAuthentication.SetAuthCookie
 
A

Arne Vajhøj

I'm trying to create a web applictaion with c# and asp.net. Using Web Forms
to handle the authentication I wanted to inroduce a link that would
automaticaly login user as "test"/"test" without going through the normal
Login control.

Container managed or application managed login?

Application managed is rather easy, because you can just
have a GET URL set what is needed in the session.

Container managed is a problem.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top