asp.net - executionTimeout to send response -


when set httpruntime executiontimeout, cut off response has been partially sent client?

i've noticed in iis request queue there requests run lot longer our executiontimeout setting , state sendresponse in iis web core module. executiontimeout include time takes send response client?

the documentation find on following page in snip, 2003 older versions of iis: https://msdn.microsoft.com/en-us/library/ms972959.aspx

request execution time. number of milliseconds taken execute last request. in version 1.0 of framework, execution time begins when worker process receives request, , stops when asp.net isapi sends hse_req_done_with_session iis. iis version 5, includes time taken write response client, iis version 6, response buffers sent asynchronously, , time taken write response client not included.

the iis version 7.5 on windows server 2008 r2 running asp.net 4.5 web application , debug set false.

i apologize not addressing question directly, there might problem:

there's minbytespersecond setting setting lower bound on transmission speed in the <weblimits> section. suspect added defense against slowloris, can bump value kick out users pipe can't support site. default value 240, pretty low.


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -