Hi,
In my .net 3.5 web app i redirect users to another page using response.redirect.
This works in all ie browsers but not in firefox browsers. i have no idea why?
Response.Redirect("~/"+ GlobalConsts.ARTICLE_ANALYSER_URL +"?"+ GlobalConsts.QUERYSTRING_KEY_ONE +
SessionHandler.RedirectToArticleID + GlobalConsts.QUERYSTRING_KEY_TWO +
SessionHandler.RedirectToArticleParentOrChild);