Enable access to server config (e.g., mimeType) via Website portal
Need to be able to provide mimeType spec for extensions not supported by IIS out of the box, notably .svg for non-asp.net websites (e.g., HTML5). Right now, the website returns a 404 error for any svg image requested by the site, and the online solutions are all about web.config which doesn't affect non-asp.net sites as far as I know (and breaks the HTML5 site anyway). My example - polymer.azurewebsites.net
3
votes

1 comment
-
Anonymous commented
YES