Response.End(), aborts the current thread. if you call inside a try block,
you will catch the thread abort. if you use a try block, you'll need to catch
the abort and rethrow it.
-- bruce (sqlwork.com)
> in an error path in an aspx script under DotNet 2, IIS6, Win2003 Server I
> get the following error (which I don't understand) on Respone.End():
[quoted text clipped - 22 lines]
>
> Tim Hanson
tbh - 11 Feb 2008 16:43 GMT
thanks!
> Response.End(), aborts the current thread. if you call inside a try block,
> you will catch the thread abort. if you use a try block, you'll need to
[quoted text clipped - 34 lines]
>>
>> Tim Hanson