For IE8 compatibility, we have added the "X-UA-Compatible -> IE=EmulateIE7" header to the IIS response headers list.
For some reason these headers are being sent down for ASPX etc, but not for static files - JS/CSS.
Does this header have any relevance for JS/CSS content which gets linked into HTML content? My guess is that as long as the HTML received has this response header along with it, IE8 should respect this header and display the content based on EmulateIE7 compatibility mode. Is that the case?