C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to prevent large file upload using web.config
WhatsApp
Dhaval Patel
12y
5.6
k
0
0
25
Blog
Adding following to the system.web section of the web.config file will also
prevent over-large uploads from being created
<!-- set max upload to 25 MB -->
<
httpRuntime
executionTimeout
=
"300"
maxRequestLength
=
"25000"
/>
People also reading
Membership not found