<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
</staticContent>
</system.webServer>
</configuration>
其他文件只要相应修改扩展名和mineType的配置就可以了
部分服务器可把这个文件取名Web.config
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
</staticContent>
</system.webServer>
</configuration>
其他文件只要相应修改扩展名和mineType的配置就可以了
部分服务器可把这个文件取名Web.config
本文标题:部分服务器部署时过滤mp4等文件的处理
本文链接:https://www.haomeiwen.com/subject/blzbwctx.html
网友评论