连接到互联网时,asp.net不显示网页

时间:2022-03-17 03:30:40

I have developed a website in asp.net when I disable my internet connection it runs but otherwise when I am connected to the internet I get this error:

我在asp.net中开发了一个网站,当我禁用它运行的互联网连接时,但是当我连接到互联网时,我收到此错误:

ERROR
The requested URL could not be retrieved

错误无法检索请求的URL


While trying to retrieve the URL: http://localhost:4719/IWS/

尝试检索URL时:http:// localhost:4719 / IWS /

The following error was encountered:

遇到以下错误:

Connection to 127.0.0.1 Failed The system returned:

连接到127.0.0.1失败系统返回:

(111) Connection refusedThe remote host or network may be down. Please try the request again.

(111)连接被拒绝远程主机或网络可能已关闭。请再次尝试请求。

Your cache administrator is root.

您的缓存管理员是root用户。

What could be the problem?

可能是什么问题呢?

1 个解决方案

#1


Are you attempting to go through a proxy? If so, disable it for local addresses.

你试图通过代理吗?如果是这样,请将其禁用为本地地址。

#1


Are you attempting to go through a proxy? If so, disable it for local addresses.

你试图通过代理吗?如果是这样,请将其禁用为本地地址。