Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save souzagustavo/62cae81d6b486b07a331c6ad866f1f66 to your computer and use it in GitHub Desktop.

Select an option

Save souzagustavo/62cae81d6b486b07a331c6ad866f1f66 to your computer and use it in GitHub Desktop.
API Upload Limit Size to 1gb at Web.config. It seems it doesn't work at all IIS's. Looks like not working at IIS Express.
<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