I got some weird error with response.redirect() and the project wasn\'t building at all.. when I removed the try-catch block that was surrounding the b
response.redirect()
Martin is correct, a ThreadAbortException gets thrown when you use a Response.Redirect, see the kb article here