RE: FN-FORUM: .NET Thread Abort
date posted 16th May 2006 21:59
Thanks Ben,
I read it and have added ,False to the thing and it still throws the same
error, albeit once it's got to the end of the sub this time.
The weird thing is, I have the same page, same code in a different directory
and it redirects fine, no problem! And the path to the target is correct
(before anyone suggests it, lol).
Is there a way to put this in a try/catch block, ignore the error and then
let it redirect?
Craig
-----Original Message-----
http://support.microsoft.com/kb/312629/EN-US/
-ben
Craig wrote:
> I'd got out of the habit of using trace but looking at it now, it seems
that
> the path_translated server variable is set at the page that it should have
> redirected to before it shot off to the error page (my exception handling
> routine). So the question is of course, is the path_translated server
> variable set as it is because the redirect worked and there's a fault on
the
> target page, OR the redirect didn't work and that's why it's thrown the
> exception?
>
> Any ideas?
>
> Cheers,
>
> Craig
>
>