Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created August 20, 2012 21:07
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 robertgreiner/3407908 to your computer and use it in GitHub Desktop.
Save robertgreiner/3407908 to your computer and use it in GitHub Desktop.
Configure maxRequestLength in system.web
<system.web>
<httpRuntime maxRequestLength="1073741824" requestValidationMode="2.0" />
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment