Windows Azure - Serve unknown (mp4) MIME types in Windows Azure IIS storage

前端 未结 4 1465
星月不相逢
星月不相逢 2020-12-08 11:21

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

4条回答
  •  暖寄归人
    2020-12-08 11:46

    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.

提交回复
热议问题