The system cannot find the file specified.

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.
 
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top