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