I have different sites being served up, essentially running off the same code. One page renders correctly, while the other appears to have no CSS available.
When I bring up the IE9 developer console for the broken page, I see:
SEC7113: CSS was ignored due to mime type mismatch
So that explains why the pages render improperly, but the question is, why am I seeing that error on one page, but not the other?
Using fiddler, the same CSS is served to both sites, and both sites have a the metatag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
I know IE9 is still in beta, but I am trying to figure out why this is a problem with my site.