尝试访问页面时读取超时错误 [英] read timeout error while trying to access a page

查看:146
本文介绍了尝试访问页面时读取超时错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误
无法检索到所请求的URL

尝试检索URL时遇到以下错误:{请求的URL}

读取超时

系统返回:[无错误]

等待从网络读取数据时发生超时.网络或服务器可能已关闭或拥塞.请重试您的请求.

您的缓存管理员是root.



大家好,您能帮我解决以上错误吗?
当我点击url时,它会运行并有时会出现上述错误,我该如何解决问题?

ERROR
The requested URL could not be retrieved

The following error was encountered while trying to retrieve the URL: {the requested url}

Read Timeout

The system returned: [No Error]

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is root.



Hi guys can you please help me with the above error.
when i hit the url it runs & some times i get the above error how do i solve thw issue

推荐答案

您是否正在使用Response.Redirect(MyPage.aspx);在这里声明?
如果是,则进行如下修改


Response.Redirect(MyPage.aspx,false);
Are you using Response.Redirect(MyPage.aspx); statement here??
If yes then modify same as follows


Response.Redirect(MyPage.aspx,false);


我也面临着同样的问题.从服务器获取记录时.所以我刚刚实现了connectiontimeout = 0;


试试这个可能对您有帮助.
I am also facing the same problem. while fetching record from the server. so i have just implemented connectiontimeout=0;


Try this may be it will help you.


这篇关于尝试访问页面时读取超时错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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