【发布时间】:2012-03-31 20:37:03
【问题描述】:
在我的应用程序中,我将一些文件保存在服务器上,并在某些业务逻辑上使它们可供下载。
正在下载所有其他文件类型,但 .msg(Outlook message) 文件未下载并给出错误:
404 - File or directory not found. The resource you are looking for might
have been removed, had its name changed, or is temporarily unavailable.
图像、.docx、.txt 所有其他文件都运行良好。
该页面是在 ASP.NET 中设计的,并且在客户端站点上进行了标记。
【问题讨论】:
-
以上是输出的代码
标签: c# asp.net outlook http-status-code-404