David
Fri Jul 15 21:10:48 CDT 2005
From my perspective, this looks more like an ASP Soft/ Windows Server 2003
app-compat issue because IIS does not have anything to do with "upload to a
network folder".
IIS simply receives uploaded data from the client, and hands the data to
your script. Your script runs on IIS and calls the ASP Soft component to
make a file copy to the network folder. Thus, IIS is not doing anything
related to your failing file copy because it is not copying anything.
I think that this may be one of the SMB performance issues in Windows Server
2003 fixed in SP1.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sai" <sbillanuka@gmail.com> wrote in message
news:1121437019.313852.127190@g14g2000cwa.googlegroups.com...
There is enough space and also dont have any known connection/network
problems. After doing some analysis I found out that first 2 MB copies
faster and later it slows down and die at one point (and this point
varies, sometimes around 4 MB, sometimes around 6 MB). IIS 5.0 also
uploads to same network folder and there is no issue. It looks more of
IIS 6.0 or it may be the upload component (ASP Soft), but for me it
looks like IIS 6.0 is the issue as the same upload component works with
IIS 5.0