Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted
Comments
Amol_27101982, India 1-Nov-11 9:19am    
Is your problem solved???

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


Response.Redirect(MyPage.aspx,false);
 
Share this answer
 
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900