|
 |
aspx thread: Re: Response.Redirect, Server.Transfer throws error.
Message #1 by "tina jones" <jones@a...> on Mon, 10 Mar 2003 15:09:57
|
|
Hello,
Were you able to solve this problem? I've found a couple of things:
this from asp.net:
****
Response.Redirect throw a ThreadAbortException when the redirection occur,
which is normal and handled by ASP.NET runtime by default.
You may put it out of the Try-Catch block if you want to avoid this
exception, or, take a look at this message by Jason Jing about the
detailed explaination of this situation.
FYI: Redirect inside a component
Regards,
---------------------------------------------------------------------------
-----
Colt Kwong
Microsoft MVP
ASP.NET Forums Moderator
****
which led me to this website:
http://www.dotnet247.com/247reference/msgs/18/92862.aspx
HTH,
TCJ
Message #2 by "Norman Fung" <norman_lm_fung@h...> on Tue, 11 Mar 2003 00:08:55 +0000
|
|
Thanks for the info. I'm however, on the move right now and it will be
another month before I can settle down and code. So, thanks. But sorry I
wont be able to get back to you anytime soon.
Norman
>From: "tina jones" <jones@a...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: Response.Redirect, Server.Transfer throws error.
>Date: Mon, 10 Mar 2003 15:09:57
>
>Hello,
>
>Were you able to solve this problem? I've found a couple of things:
>
>this from asp.net:
>
>****
>Response.Redirect throw a ThreadAbortException when the redirection occur,
>which is normal and handled by ASP.NET runtime by default.
>You may put it out of the Try-Catch block if you want to avoid this
>exception, or, take a look at this message by Jason Jing about the
>detailed explaination of this situation.
>FYI: Redirect inside a component
>
>Regards,
>
>---------------------------------------------------------------------------
>-----
>Colt Kwong
>Microsoft MVP
>ASP.NET Forums Moderator
>****
>
>which led me to this website:
>
>http://www.dotnet247.com/247reference/msgs/18/92862.aspx
>
>HTH,
>TCJ
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
|
|
 |