Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // redirect without threadabort
- CurrentContext.Response.Clear();
- CurrentContext.Response.Redirect("~/Default.aspx",false);
- CurrentContext.ApplicationInstance.CompleteRequest();
Advertisement
Add Comment
Please, Sign In to add comment