0

We are running a vb.net webforms website. I need to implement a solution to either prevent or warn IE users with a version below 8. Im looking into possible solutions for this. Ive looked at modernizr, but that only looks at features, i want to simply block by IE version.

Also preferably i dont want to write my own user agent logic but use 'proven technology', as in a third party solution. Ideally it also takes into account wether or not IE is running in compatibility mode < IE8.

IM interested to hear what everyones take is on this and what the possible solutions are.

Demoric
  • 296
  • 1
  • 3
  • 16
  • 1
    Take a look here: https://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser you can redirect a user based on browser via JS – Sasha Oct 27 '17 at 09:15
  • Unfortunately, this is a site for getting help with writing your own logic. Asking for recommendations for "proven technology" is off topic here. – Blackwood Oct 27 '17 at 15:38
  • In the end i ended up using bowser, but your link definately pointed me in the right direction. Thanks – Demoric Oct 31 '17 at 12:32

0 Answers0