Response.Redirect

  • Thread starter Thread starter Sospeter
  • Start date Start date
S

Sospeter

Hi,

I have a web application that has a login page. Once a user is
authenticated, he gets redirected from the login page by using
FormsAuthentication.RedirectFromLoginPage(txtCustID.Text, False)

The above and response.redirect isn't working when I use Internet
Explorer.
Works fine with firefox. Anyone know a solution to this.

Cheers,
Sos
 
Hi,

Make sure you are allowing cookies with IE. Also check that your security
settings are the same for each browser. Good luck! Ken.
 
Back
Top