I have made the decision to cut ties with internet explorer until they add support for some common W3 approved items. Namely ‘multiple’ in forms as well as about 5 other things…
As such, I would like to urge my visitors to use a better browser.
Is there a way to setup an http handler or perhaps something in the asax file to route all ie users to a custom page?
**EDIT**
I know I can use this to get the browser, I’m just not sure how to make a handler to handler the header of the request and then redirect if it is IE
HttpContext.Request.Browser.Browser
Okie dokie,
The site is setup so that you have to login to use the site so on the logon page I have done this.