Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active December 20, 2019 14:44
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 bjoerntx/70dfb778e5c8b5ef5cb5f2543f6863f4 to your computer and use it in GitHub Desktop.
Save bjoerntx/70dfb778e5c8b5ef5cb5f2543f6863f4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="4294967295" />
</requestFiltering>
</security>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment