Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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"
/>
How to prevent large file upload using web.config
People also reading
Membership not found