Skip to content

Instantly share code, notes, and snippets.

View jayavelcs's full-sized avatar

Jayavel Chakravarthy Srinivasan jayavelcs

View GitHub Profile
@jayavelcs
jayavelcs / gist:4da70bbf0fb0ae9b193b
Last active February 24, 2016 09:53
HttpWebRequest.GetResponse() - Operation timed out
Add the below lines in App.config
---------------------------
<system.net>
<connectionManagement>
<add address=”*” maxconnection=”65000″ />
</connectionManagement>
</system.net>