G
Guest
Hello,
I've noticed that sometimes putting a Response.Redirect in a Try-Catch will itself throw an exception due to a threading violation. However, in some cases it works, in others it doesn't, and I can't pre-determine which is which.
Does anyone know how to ensure that the Response.Redirect doesn't cause threading problems?
Thanks,
Tim
I've noticed that sometimes putting a Response.Redirect in a Try-Catch will itself throw an exception due to a threading violation. However, in some cases it works, in others it doesn't, and I can't pre-determine which is which.
Does anyone know how to ensure that the Response.Redirect doesn't cause threading problems?
Thanks,
Tim