Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
andreasbotsikas / Partial web.config
Last active December 24, 2015 16:39
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>