For some reason my IIS won't return any font files. They all return as 404s. I have verified the URLs are correct and the MIME types are correct. The font files are currently inside of a .NET 4.5 project using MVC4. When I move the files outside of the project, into the server's root directory, it serves the files up fine. I have verified there aren't any overrides happening in the project's web.config to how the file extensions are handled.
So far this is happening for .TTF, .EOT, .SVG, and .WOFF files. Other static files, in the same directory, are returned fine. Is there some setting in IIS8.5 that prevents the font files from being returned?
I have attached a log file which was generated by the failed request tracking.