How to increase file upload limit in asp.net
If you are using ASP.NET than there is a 4 MB cap by default and you can change this cap by editing your web.config
<httpRuntime executionTimeout=”1800″ maxRequestLength=”400000″ />
This allows 400 MB file upload.
« How to change/update email id password in DNP | SQL Server 2005 Features Comparison »

