Response.Redirect - The right way. 6. April 2015 Vestan Pance Comments (0) Because I, just like everyone else, have been doing this wrong since forever:BAD:Response.Redirect(url); GOOD:Response.Redirect(url, false);Context.ApplicationInstance.CompleteRequest();