I manage to upload to my asp.net web app site large files (over 10mb). I have changed the web.config for that reason. However the web app gets idle when I work with those large files on my web-server.
The problem occurs when I create an external process that runs a program that process those large files. It works with smaller files (about 1mb) but the asp.net web app gets idle with no response when the files are large.
Should I make some changes to my web.config file such as memory limit etc?