The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Web configuration setting in ASP.NET to post larger file.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Lan HuuPosted Mar 13, 2017, 5:21 AM
How to add configuration setting above into Web.config by code behind C#?
test testPosted Mar 21, 2011, 9:42 AM
When the file is uploaded, it is stored in the server memory. The large file is allowed to upload, the less free memory you have. I recommend that you upload large files using small chunks, or via FTP
Sam HobbsPosted Mar 15, 2011, 3:31 AM
Does a large value for the httpRuntime Element's maxRequestLength attribute make a system vulnerable to denial of service attacks?