I have ashx file and I want to redirect from ashx to aspx page. Some solution?
Using context.Response.Redirect(newUrl); results in a page that says:
"Object moved to here."
Update: This happened because I signed out, in that case the answer is to use FormsAuthentication.RedirectToLoginPage();