Hi Ron,
Based on my research and experience, the following knowledge base article
is useful to you. Please refer to it carefully
http://support.microsoft.com/default...b;en-us;295626
PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control
It states that:
"...
Theoretically, the maximum file upload size is fairly large. However,
because of ASP.NET health monitoring, you cannot upload very large files in
ASP.NET. The ASP.NET worker process has a virtual address space of 2
gigabytes (GB). However, the ASP.NET worker process only uses a little more
than 1 GB because of health monitoring and memory fragmentation.
...
Note:
You can upload files that are larger than 100 MB in ASP.NET. However,
Microsoft recommends that you follow the maximum file upload sizes that are
mentioned in this article. To determine more precise file sizes, perform
stress testing on computers that are similar to the ones that will be used
in production.
..."
I hope it helps.
Best regards,
Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.