Skip to content

Instantly share code, notes, and snippets.

@jayavelcs
Last active February 24, 2016 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayavelcs/4da70bbf0fb0ae9b193b to your computer and use it in GitHub Desktop.
Save jayavelcs/4da70bbf0fb0ae9b193b to your computer and use it in GitHub Desktop.
HttpWebRequest.GetResponse() - Operation timed out
Add the below lines in App.config
---------------------------
<system.net>
<connectionManagement>
<add address=”*” maxconnection=”65000″ />
</connectionManagement>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment