Skip to content

Instantly share code, notes, and snippets.

@benjaminramey
Created February 1, 2012 15:51
Show Gist options
  • Select an option

  • Save benjaminramey/1717662 to your computer and use it in GitHub Desktop.

Select an option

Save benjaminramey/1717662 to your computer and use it in GitHub Desktop.
Increases the size of the request length so allow larger file uploads in Sharepoint.
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="2147483648" />
</requestFiltering>
</security>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment