http://stackoverflow.com/questions/288612/how-to-increase-the-max-upload-file-size-in-asp-net <configuration> <system.web> <httpRuntime maxRequestLength="xxx" /> </system.web> </configuration> "xxx" is in KB. The default is 4096 (= 4 MB).
http://stackoverflow.com/questions/288612/how-to-increase-the-max-upload-file-size-in-asp-net
"xxx" is in KB. The default is 4096 (= 4 MB).