【发布时间】:2011-04-27 01:55:18
【问题描述】:
可能重复:
Asp.net MVC page is giving Mime type warnings for image files
我在 VS 2010 中使用我的 ASP.NET MVC 应用程序,因此我为此目的使用开发服务器。
当我在 Chrome 开发者工具上启用资源跟踪时,我看到了大量关于我的应用图像的警告。警告说:
Resource interpreted as image but transferred with MIME type application/octet-stream.
对于我网站中使用的每张图片。
这个警告意味着什么?
【问题讨论】:
-
http://stackoverflow.com/questions/2925888 的可能重复项。这是典型的内置 VS Web 服务器。我会忽略它或在您的本地 IIS 下运行您的网站。