.Net: Max connections |
Copy Source | Copy HTML- <configuration>
- <system.net>
- <connectionManagement>
- <add address = "http://www.com" maxconnection = "4" />
- <add address = "*" maxconnection = "10" />
- </connectionManagement>
- </system.net>
- </configuration>
-