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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top