1

I getting error in loading .css file in my asp.net Web Application, I got error message like

Error: The stylesheet http://'<Website URL>'/css/default.css was not loaded because its MIME type, "text/html", is not "text/css".

How can I solved it.?

Abhishek B.
  • 5,112
  • 14
  • 51
  • 90

1 Answers1

0

If that doesn't solve it contact your web host, their server is kicking out the wrong mime type for the file extension

Hawxby
  • 2,746
  • 21
  • 29