mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 11:44:41 +08:00
b224aa0ed180f4881dda491409753f8080fa2360
These mimetypse settings are originally used by IIS itself to get the mimetype
of specific files on the file system. We also then use it in AzureFileSystem to
assign a mime type to the blob to make it comprehensive.
<system.webServer>
<staticContent>
<remove fileExtension=".ogg" />
<mimeMap fileExtension=".ogg" mimeType="audio/ogg" />
</staticContent>
</system.webServer>
Work Item: 18705
--HG--
branch : 1.x
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
46.6%
JavaScript
41.2%
HTML
5.6%
CSS
3.3%
SCSS
1.1%
Other
2.1%