Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am getting "The connection was reset" error on my live server but its working okay on my local server. The thing is that I am having a drop down on a page, When the page is loaded drop down is filled with 2 values in it, I am able to select a value in the drop down and it is loading the content in all the other controls on the page based on the selected value of the drop down, Until here every thing seems okay. The problem erupts when I try to select a different value from the drop down, It is unable to connect to the server and showing "The connection was reset" error.
Please let me know what might have making this happen.

Thanks in advance.
Posted

1 solution

Hi Wajans
Check the following as soon as you get "the connection was reset" error
Go to DOS command prompt type ping "ipaddess of the server" and see

if this is fine then do below settings in web.config file

<httpRuntime executionTimeout=600 maxRequestLength=51200 />


This specifies a timeout of 10 minutes and max filesize of 50Mb
 
Share this answer
 
v2
Comments
ganeshjangam16 22-Apr-14 7:18am    
in which section of web.config file i have to put above code

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