Authentification ASPX

N

Nic

Bonjour

Je n'arrive pas à afficher une page web apres l'authentification en
utilisant le mode formulaire en ASP.NET.
J'utilise la fonction de redirection ("RedirectFromLoginPage"). Sur certain
poste ca marche, sur d'autres non.
J'ai l'impression que ca provient de la version de IE.

Si quelqu'un pouvait conaitre la réponse ?
Voici le code

Sub LoginBtn_Click(Sender As Object, E As EventArgs)
If FormsAuthentication.Authenticate(UserName.Text,UserPass.Text) Then
FormsAuthentication.RedirectFromLoginPage(UserName.Text, False) Else
Msg.Text = "Impossibe de vous identifier"
End If
End Sub
 

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

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,364
Latest member
Stevanida

Latest Threads

Top