From b76306dfb3b64146b9900130c7ed04a60895fd53 Mon Sep 17 00:00:00 2001 From: Gustavo Tandeciarz Date: Mon, 6 Jul 2015 08:14:08 -0400 Subject: [PATCH] Added mimeMaps to root web.config I'm not sure that this is something that we want to include globally, but I have had some issues with the following mime maps on Azure. Specifically, SVG files getting returned as binary, breaking embeds in media library, editors and UI (front and admin). This may also be directly related to storing media files in azure blob storage (and setting the mimetype when uploading files to blob storage) --- src/Orchard.Web/Web.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Orchard.Web/Web.config b/src/Orchard.Web/Web.config index 45e0f4fc3..970ddceca 100644 --- a/src/Orchard.Web/Web.config +++ b/src/Orchard.Web/Web.config @@ -119,6 +119,14 @@ + + + + + + + +