I have a windows azure deployment (a web-role) that on request pulls in a pair of video files (mov and mp4) from azure storage into it\'s own local IIS storage, which I then
Can you not add custom mime type in web.config? I just ran into this link:
http://www.iis.net/ConfigReference/system.webServer/staticContent/mimeMap
The relevant web.config xml is:
Hope this helps.