Friday, August 9, 2013

None of the SVG on Azure remedies have worked for me

None of the SVG on Azure remedies have worked for me

The approach outlined in these posts has not worked for me:
-Use SVG in Windows Azure Websites: (Use SVG in Windows Azure Websites)
-The Usual HTML 5 Media Types:
(http://odetocode.com/blogs/scott/archive/2012/08/07/configuration-tips-for-asp-net-mvc-4-on-a-windows.aspx)
-ASP.NET enable SVG images Azure, to be put in system.webServer:
(https://gist.github.com/kyranjamie/5104476)
Specifically I have purchased a video player product and its control bar
uses svg to draw its assets, play/pause/rewind/FF/full screen buttons,
etc. I've deployed the player to other servers and the controls render. I
get that the type is simply not defined on my Azure server and needs to
be. Nothing I do gets me there though.
My project is an ASP.NET MVC 4 app via VS 2012. If you have a suggestion
it would be appreciated.

No comments:

Post a Comment