Possible Duplicate:
Asp.net MVC page is giving Mime type warnings for image files
I am working in my ASP.NET MVC app within VS 2010 and so I use the development server for this purpose.
When I enable resource traking on Chrome Developer tool I am seeing a plethora of warnings regarding the images of my app. The warning says:
Resource interpreted as image but transferred with MIME type application/octet-stream.
for every image used in my site.
What this warning means?