我在服务器中有文件可供下载。我正在使用IIS6.0。当我尝试下载pdf文件时,它说Http 404文件未找到错误。但我在服务器中有文件。谷歌搜索时发现我们需要启用mime类型。可以任何人解释我是什么,并摆脱这个问题
答案 0 :(得分:4)
这很容易理清
在此IIS实例托管的所有网站上全局启用
Open IIS Manager
Right Click the server name
Select properties
Click the MIME Types button
Click New
Extension is .pdf
MIME type is application/pdf
仅将其添加到IIS实例上的单个站点
Open IIS Manager
Right Click the sites name
Select Properties
Choose the 'HTTP Headers' tab
Click the MIME Types button
Click New
Extension is .pdf
MIME type is application/pdf
答案 1 :(得分:1)
答案 2 :(得分:0)
您将在Microsoft知识库中找到帮助:http://support.microsoft.com/kb/326965