We have an application with a .jsp that calls a .css file on an app server and on our IIS6 web server the css file renders properly but when I go to the same app though our IIS7.5 web server the css file does not render correctly. When looking at it through httpWatch, the IIS7.5 server renders it as text/html, rather than the test/css it is set to on that site in the MIME types. If I put the IE9 browser on compatibilty mode it works as well but does not render correctly on FF or Chrome. Some older IE browsers it works on as well. Any ideas on where to look? Thanks!
↧