<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