Created
August 20, 2012 21:08
-
-
Save robertgreiner/3407913 to your computer and use it in GitHub Desktop.
Increase allowed file upload size for IIS 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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