Response.Redirect

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
 
K

Ken Dopierala Jr.

Hi,

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

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