简体   繁体   English

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

[英]asp.net doesnt display web page when connected to internet

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 所请求的网址无法检索


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. (111)连接被拒绝远程主机或网络可能已关闭。 Please try the request again. 请重试该请求。

Your cache administrator is root. 您的缓存管理员是root。

What could be the problem? 可能是什么问题呢?

Are you attempting to go through a proxy? 您是否正在尝试通过代理? If so, disable it for local addresses. 如果是这样,请将其禁用为本地地址。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在ASP.NET中重新加载时的页面显示 - page display when reloading in ASP.NET 在ASP.NET Web应用程序上通过Internet访问用户的USB连接外围设备/设备 - Access user's USB-connected peripheral/device over the internet on an ASP.NET web application 如何使用ASP.NET在网页中显示文本/消息 - How to Display A Text / Message in Web Page Using ASP.NET ASP.NET网页-&gt;显示静态信息的最佳方法 - ASP.NET web page -> Best ways to display static information asp.net文字不显示<br><hr> - asp.net literal doesnt display <br><hr> asp.net不显示我在html中想要的字符串 - asp.net doesnt display the string as I wanted in html 从应用程序洞察(Azure 门户)获取数据以将其显示在 asp.net Web 应用程序的网页上 - Fetching data from Application insights (Azure Portal) to display it on a web page in asp.net web application 检索/获取数据以从连接到远程MySQL数据库的PHP服务显示到我的ASP.Net Web应用程序 - Retrieve/fetch data to display to my ASP.Net web application from PHP service thats connected to remote MySQL database ASP.NET MVC页面搜索不起作用? - asp.net mvc search with page doesnt work? asp.net不会刷新母版页中新上传的照片 - asp.net doesnt refresh the newly uploaded photo in master page
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM