Seems to me like the problem is in your IIS configuration. it might be configured to deliver .css files with text/html MIME type.
Try going to the MIME types configuration on the web server and see if you can spot anything there.
The correct MIME type for .css files is text/css.
You can also have a look on the HTTP header parameters with some HTTP sniffer such as fiddler.
Updating: The accepted answer should be the one pointed by @brett-pennings!
Just providing static contents, the error vanished automatically.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…