- One of the small stuff that some of the freshers are messing with is uploading the file of size larger than 5 MB or more.
- It is really so easy to resolve, the thing you need to do is just add a <httpruntime/> tag to your web config file under <system.web> as shown and that's it done.
- You may change the size 16384 (16 MB) to what ever you want e.g 4096, 8192 or 65536 (64 MB).
- Enjoy the coding.