I have ashx file and I want to redirect from ashx to aspx page. Some solution?
void ProcessRequest(HttpContext context) { context.Response.Redirect(newUrl); }
2.1m questions
2.1m answers
60 comments
57.0k users