Skip to content

Instantly share code, notes, and snippets.

@karlitros
Created October 19, 2012 12:07
Show Gist options
  • Save karlitros/3917926 to your computer and use it in GitHub Desktop.
Save karlitros/3917926 to your computer and use it in GitHub Desktop.
New value for the maxAllowedContentLength attribute of the requestLimits element in the web.config. This allows for uploading of much larger files.
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
</requestFiltering>
</security>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment