Pengaturan batas waktu ASP.NET
Penulis:Eve Cole
Waktu Pembaruan:2009-06-30 16:56:39
1.IIS->[Situs Web]->Properti->Batas waktu koneksi habis. Standarnya adalah 120 detik
2.WEB.CONFIG Tambahkan httpRuntime secara manual, seperti
<sistem.web>
<httpRuntime maxRequestLength="1000000"executionTimeout="2000" />
</sistem.web>
3. Saat menjalankan WEBSERVICE secara sinkron, Anda perlu mengatur atribut TIMEOUT, seperti
CompilerSvr.MyFavoritesService compiler=FDN.DMS.Controls.CompilerSvr.MyFavoritesService() baru;
compiler.Timeout =2000000; //Milidetik