Response Redirect Thread Abort Msg

  • Thread starter Thread starter larry
  • Start date Start date
L

larry

I'm getting a thread abort error on a response.redirect.
Is this normal?

If i use the bool response method and use true would this
take care of it?

using framework 1.1

thanks
 
Yes, this is normal and documented that this method throws a
threadabortexception. You must take it out of your try/catch.
 
Back
Top