logo

Travis Luong

Full Stack Developer
  • Home
  • About
  • Portfolio
  • Blog
  • Archives

‘Thread was being aborted’ error in ASP.NET

06.02.2011

Solution. pass in false as second parameter for Response Redirect.  This stops it from cutting off the thread.

example.

Response.Redirect(“Default7.aspx”, false);

See All Posts

  • GitHub
  • LinkedIn
  • Twitter
  • Stack Overflow
  • Instagram
  • LeetCode
  • Uses

© 2011 - 2023 Travis Luong