In a domain-controlled environment I\'m finding that the compatibility mode is triggered on certain clients (winXP/Win7, IE8/IE9) even when we are providing a X-UA tags, a !
For Node/Express developers you can use middleware and set this via server.
app.use(function(req, res, next) { res.setHeader('X-UA-Compatible', 'IE=edge'); next(); });