The system cannot find the file specified.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've written code that uploads files in .NET to the server. When uploading
large files (approx 45MB), something goes wrong and a blank white page is
returned with one sentect, "The system cannot find the file specified." - no
..NET error is thrown, no stack trace, no debugging info... This code works
with smaller files.

I've configured my web.config to allow the application to accept up to 100MB
files, with a timeout of approximately 5 hours! (The above problem usually
happens in about 7 minutes). Additionally, the machine.config file is set up
to allow the server to use 60% of the system memory (of 1GB), so that memory
won't run out the server won't recycle. Finally, IIS has been configured
with a similarly huge timeout and max file size.

Server is Win 2003 with IIS 6, .Net 1.1. Code is compiled in VS .NET 2003.

What gives? Is there some obscure config setting somewhere that I've
overlooked? Please advise.

Thanks.
 
in ms web site, do an advanced search for the exact phrase
The system cannot find the file specified
you will get many hits.
 
Back
Top