I made the decision to cut back on Internet Explorer until I added support for some of the common W3 approved elements. Namely, “a few” in forms, as well as about 5 other things ...
So, I would like to encourage my visitors to use a better browser.
Is there a way to configure the http handler, or perhaps something in the asax file, to redirect all users to a user page?
** EDIT **
I know that I can use this to get the browser, I'm just not sure how to make the handler a request header handler, and then redirect if it's IE
HttpContext.Request.Browser.Browser
source
share