If you are finding there is a MIME Type that is not defined, you can define this via your .htaccess. The code you need to add is:
AddType MIMETYPE .extensionSo for example, to add the MIME type for a QuickTime *.MOV or *.QT file...
If you would like to add an additional extension or change the mimetype for an extension, please always use the following code:
<configuration>
<system.webServer>
<staticContent>
<remove...
If you would like to add an additional extension or change the mimetype for an extension, please always use the following code:
<configuration>
<system.webServer>
<staticContent>
<remove...