We have page that allows the users to upload documents (multiple). When the upload takes a long time - either due to the size of the files or due to slow upload speeds - we get a exception saying "Request timed out".
We found that the exception is thrown as soon as the upload is complete. So we have modified the executionTimeout config entry to 6000 secs. But this error still shows up consistently.
We are running IIS6, .net 3.5 sp1 (asp .net 2.0).
Update
I'm able to reproduce this issue with relatively small files (multiple files with total of 75MB)