.net connectionManagement不工作

时间:2014-06-20 09:30:43

标签: .net

我已设置以下设置,但我的网络服务仍然一次只接受2个请求..

<configuration>
  <system.net>
    <connectionManagement>
         <add address = "*" maxconnection = "200" />
    </connectionManagement>
  </system.net>
</configuration>`enter code here

1 个答案:

答案 0 :(得分:0)

我认为这可能有所帮助..

<configuration>
    <system.web>
        <httpRuntime maxRequestLength="" executionTimeout="3600" />
    </system.web>
</configuration>