通过https协议下载文件时出现错误消息 [英] Error message when downloading a file over https protocol

查看:108
本文介绍了通过https协议下载文件时出现错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从网站下载文件时,显示以下错误消息:

"Internet Explorer无法打开此Internet站点.要求的
该站点不可用或找不到.请稍后再试".

When downloading a file from the website, the following error message is displayed:

"Internet Explorer was not able to open this Internet Site. The requested
site is either unavailable or cannot be found. Please try again later".

How can I solve this problem?

推荐答案

事物的结合:1)可能是病毒.这是针对所有站点还是仅针对特定站点? 2)您可能已断开连接.可能还有更多原因:您需要提供更多细节.无论如何,这是一个编程问题吗?
Couple of things: 1) might be a virus. Is this for all sites or just a particular one? 2) You may have dropped the connection. There could be many more reasons: you need to give more detail. In any case, is this a programming question?


对于https

如果您已经在c#代码中的给定行下编写了代码,则将其删除

HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache)

删除上面的行后尝试

希望对您有帮助.........
:cool:
For https

if you have written below given line in your c# code then remove it

HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache)

try after removing above line

Hope it helps.........
:cool:


这篇关于通过https协议下载文件时出现错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆