Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • Just to add reference to how to add mime-type to IIS: iis.net/ConfigReference/system.webServer/staticContent/mimeMap
    – astaykov
    Commented Jul 24, 2012 at 7:42
  • Node is serving up the files fine when i run it locally (using node-mime via express), but when i push to azure the svgs are not loaded. Commented Jul 24, 2012 at 10:08
  • What Content-Type header is it sending out for them?
    – ebohlman
    Commented Jul 24, 2012 at 11:02
  • I dont really know how to find that, but if the problem only consists on azure, wouldnt the problem have to be when the node server tries to get the files from the underlying system= Commented Jul 24, 2012 at 12:28
  • The file system doesn't have anything to do with the HTTP headers your server sends. If you don't know what the Content-Type header (MIME type) is, how do you know that it's the issue? What's the actual symptom you're seeing?
    – user94559
    Commented Jul 24, 2012 at 17:23