Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created August 20, 2012 21:08
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/3407913 to your computer and use it in GitHub Desktop.
Save robertgreiner/3407913 to your computer and use it in GitHub Desktop.
Increase allowed file upload size for IIS 7
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
</requestFiltering>
</security>
</system.WebServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment