The connection to the server was reset while the page was loading.

Sebagai developer web khususnya yang menggunakan ASP.NET. Pernahkah pembaca mendapatkan error seperti berikut ini "The connection to the server was reset while the page was loading" yang terjadi setelah request postback ke server yang membutuhkan waktu yang cukup lama.



The connection to the server was reset while the page was loading.


Penyebab dari error diatas adalah proses di server membutuhkan waktu yang lama atau jumlah data yang ditampilkan melewati batasan default aplikasi web.

Solusinya adalah dengan menambahkan konfigurasi di web config tag dibawah ini :

 <httpRuntime maxRequestLength="1048576" executionTimeout="800" />

Letakkan tag diatas di dalam tag <system.web></system.web>


Semoga posting tentang "The connection to the server was reset while the page was loading" diatas dapat bermanfaat.


Salam,

Popular posts from this blog

K2 Error Value Cannot Be Null. Parameter Name: s In SmartView and SmartObject

Cara inject USB 3.0 Driver pada instalasi Windows - How to Inject USB 3.0 Driver in Windows 7

Pentaho Spoon Error : "Could Not Create The Java Virtual Machine"