Response.Redirect Crashes IE 6 sporadically.

  • Thread starter Cheung, Jeffrey Jing-Yen
  • Start date
C

Cheung, Jeffrey Jing-Yen

Has anyone noticed the use of Response.Redirect resulting in an IE 6
crash? I am aware that I could use client side javascript for a
redirect, but I'd prefer not to change existing code that *should* work
as it is. Any comments or thoughts?

Thanks in advance,

Jeff Cheung
 
D

Dan

Is your redirected in a try..catch block? If so, it cant
be. It must be outside the try catch.

Dan
 
G

George Ter-Saakov

I never seen that behavior and pretty sure that it comes not from IE.

Most likely you have one of the "plugins" that analyzing the URLs where you
go.
Just try to disable them Tools/Internet Options/Enable third party browser
extensions.



George.
 
C

Cheung, Jeffrey Jing-Yen

Dan,

It is not in a try catch block, and even if it were, I could catch the
exception that redirects throw as a ThreadAbortException and still be
safe. I am not getting errors on the server side, just browser errors.
If I can get the end-users to give me a detailed error report, I'll
post it here.

Thanks,

Jeff Cheung
 

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
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top