Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
Last active December 24, 2015 16:39
Show Gist options
  • Save andreasbotsikas/6829998 to your computer and use it in GitHub Desktop.
Save andreasbotsikas/6829998 to your computer and use it in GitHub Desktop.
Increase the buffer in order to increase the payload of a DataService that is served over https
<system.webServer>
<!-- Remember to unlock the section in iis! -->
<serverRuntime uploadReadAheadSize="10485760"/>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment