I try to upload file of 5M from web site, then I get error: Internet Explorer cannot display the webpage" error I already set following in web.config: <httpRuntime executionTimeout="300" maxRequestLength="10240" /> please help me on this. does it trigger IIS recycle again?
In general, when you upload a file using HTTP, the file caches in memory and depending on the file size, it can cause a violation on the memory limit.
Uploading large files by HTTP I also have this problem. I find some solution here: http://weblogs.asp.net/aghausman/archive/2009/02/20/prevent-request-timeout-in-asp-net.aspx