posts - 333, comments - 45, trackbacks - 1, articles - 0

IIS对web service请求大小与超时的限制

Posted on 2008-04-02 10:52 鸡尾虾的壳 阅读(730) 评论(0) 编辑 收藏

默认请求大小不得超过2M, 重新设置的方法:在web.config中,
<httpRuntime executionTimeout="600" maxRqeustLength="32768"/>

同时,IIS Default Web Site控制界面可以设置"Connection timeout",默认值是120秒。