Posted on: 4/4/2014 8:10:54 PM | Views : 284

I have a web service that can send out around a dozen asynchronous web requests every second.  I am in the process of optimizing them to ensure I keep the post time down as much as possible, but I'm confused as to something.
Is this:
ServicePointManager.DefaultConnectionLimit = 80; The same as adding this to your web.config?
<system.net> <connectionManagement> <add address="*" maxconnection Go to the complete details ...