Response.Redirect Crashes IE 6 sporadically.

  • Thread starter Thread starter Cheung, Jeffrey Jing-Yen
  • Start date 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
 
Is your redirected in a try..catch block? If so, it cant
be. It must be outside the try catch.

Dan
 
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.
 
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
 
Back
Top