默认请求大小不得超过2M, 重新设置的方法:在web.config中,
<httpRuntime executionTimeout="600" maxRqeustLength="32768"/>
同时,IIS Default Web Site控制界面可以设置"Connection timeout",默认值是120秒。
|
posts - 333, comments - 45, trackbacks - 1, articles - 0 |
|
|
默认请求大小不得超过2M, 重新设置的方法:在web.config中, 同时,IIS Default Web Site控制界面可以设置"Connection timeout",默认值是120秒。 程序员问答社区,解决您的IT难题
|
|