EricF
EricF

Reputation: 173

svg support for html5 site running on Windows Azure websites

Experimenting with Google Polymer - posted the Tutorial code to an Azure website (polymer.azurewebsites.net) - but the svg images won't render (404 per console). I'm assuming this is related to the solutions which modify web.config to provide the mimeType for svg - but web.config is only relevant to asp.net websites, not HTML5. Is there any way to implement svg handling on a non-asp.net site?

Upvotes: 0

Views: 140

Answers (1)

Ranjith Ramachandra
Ranjith Ramachandra

Reputation: 459

web.config is not just related to asp.net sites - its IIS site/application configuration. Example - http://madskristensen.net/post/prepare-webconfig-for-html5-and-css3

Upvotes: 1

Related Questions