您的位置:首页 > 理论基础 > 计算机网络

IIS Connection Timeout vs httpRuntime executionTimeout

2014-05-09 09:49 281 查看
IIS Connection Timeout specifies how long, in seconds, should the code wait

before timing out from trying to OPEN a connection. It relates directly to

the line connection.Oen();

HttpRuntime executionTimeout is how long a request should wait before timing out. This is

much broader than the first two. You can think of it as anything between

your page's init and unload.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: