IIS / ASP.NET File Uploading -Where are files uploaded to ?

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Im using IIS6 and ASP.NET 1.1 under the 1.1 .NET Framework.* When i upload a file it is transmitted to IIS.* My understanding is IIS actually receives the entire file upload and once completed then does it pass it along to ASP.NET and my web app.

My question is where exactly does IIS store this upload?* Is it somewhere on my HDD or does it buffer it all in memory? If memory then what happens if a user transmits a file that exceeds the memory free space (ie.* i have 500MB free when in Win 2K3 and the user decides to upload a 700MB file) ?

Thanks.

More...

View All Our Microsoft Related Feeds
 
Back
Top