Last active
December 24, 2015 16:39
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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