Ask a Question related to ASP.NET General, Design and Development.
-
Alvin Bruney #1
Re: Response.End()
The framework raises a thread abort exception ( you may as well if you call
thread.abort). It can be caught be is immidiately rethrown by the framework
so no you cannot prevent it.
"alien2_51" <dan.billow@n.o.s.p.a.m.monacocoach.com> wrote in message
news:#X2CSDzODHA.1584@TK2MSFTNGP11.phx.gbl...> In response.redirect I can pass endResponse and prevent the threadabort
> exception, how can I prevent such an exception in this case
>
>
>
> Try
>
> Response.End()
>
> Catch ex As System.Threading.ThreadAbortException
>
> Return
>
> End Try
>
>
>
Alvin Bruney Guest
-
Slow login response response on TS 03 in AD mixed mode
We upgraded our NT 4 domain to an AD mixed until we get rid of the NT 4 BDC;s after completing this upgrade users began complaining about how long... -
Response.Flush / Response.Redirect
Hi, I've had a good google and can't find anything already on this so : I'm currently trying to have a 'Page Loading' page on a site. The way... -
AW7 vs. DirectorMX for psychology experiment using response times AND response answers
Hello, I'm very new to application design, but need to develop a web based application to use at multiple schools as part of an experimental... -
Response.Write and Response.Redirect
On my Page_Load event, i need to do some validation and then either let them proceed, or display a error message and boot them back to the previous...



Reply With Quote

