微软认证
windowsazure常见问题处理及技巧
日期:2014-04-28 17:34
「1」。 Some Tips for table service.
「1.1」 修改最大连接数,如果需要。
Config file:
system.net
connectionManagement
add address = * maxconnection = 24 /
/connectionManagement
/system.net
代码:
ServicePointManager.DefaultConnectionLimit = 24;
「1.2」 Turn off 100-continue
Config file:
system.net
settings
servicePointManager expect100Continue=false /
/settings
/system.net
代码:
ServicePointManager.Expect100Continue = false;
「1.3」 关闭Context跟踪,如

1/5 下一页 上一页 首页 尾页

微软认证


返回 刷新 WAP首页 网页版 登录
04/26 06:36