Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Error On Local Host:
Failed to load resource: net::ERR_CONNECTION_RESET http://localhost:4435/HR_UploadOwnCSV.aspx
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
Error On Server:
Uncaught Sys.WebForms.PageRequestManagerTimeoutException: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
Posted

 
Share this answer
 
Comments
Adityatwr 7-Jun-14 6:50am    
Hi sir, Its only work for small amount of data,please help me to deal with large amount of data
Adityatwr 7-Jun-14 7:31am    
HI Sir,
I assigned value AsyncPostBackTimeout="System.Int32" it lead to following error
Uncaught Sys.ParameterCountException: Sys.ParameterCountException: Parameter count mismatch. localhost:4435/ScriptResource.axd?d=Zac0AH0nD1YbyqPZLapRzCxnpmr8Dyrc2lXDnYV…aWp-eh5sLa8QDL88LnsJJtMxk3hk4fxe6jrQFERei47bM7k0_UO0&t=fffffffff9d85fa6:52
Uncaught Sys.WebForms.PageRequestManagerTimeoutException: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
After searching over internet I make a change in my Webconfig file as

XML
</httpModules>
   <httpRuntime maxRequestLength="1024000" executionTimeout="999999"/>
 </system.web>


It helps me extent my execution time for bulk data
 
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