How to Enable .MP4 File Video In IIS 7.5

前端 未结 2 706
抹茶落季
抹茶落季 2021-01-29 01:52

I want to open file video but it not working

I\'m tried enabled directory browsing.

Tried run aspnet_regiis.exe -i

<
2条回答
  •  误落风尘
    2021-01-29 02:26

    According to your description, I suggest you could add below config to set the MP4 mime map setting for your IIS web application.

    
    
      
        
          
          
        
      
    
    

    More details, you could refer to below article: https://blogs.iis.net/bills/how-to-add-mime-types-with-iis7-web-config

提交回复
热议问题