Skip to content Skip to sidebar Skip to footer

Mimemap Still Does Not Display My Svg

I am sorry if it is something novice or silly but this is my first time using a web.config file. I have been dealing with the pleasure of godaddy not provide svg support by default

Solution 1:

It appears your mimeType is incorrect. Remove the "s" from the images:

<mimeMapfileExtension=".svg"mimeType="image/svg+xml" />

reference, if you like documentation

Post a Comment for "Mimemap Still Does Not Display My Svg"