Created
October 19, 2012 12:07
-
-
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.
This file contains hidden or 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
<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