Users get a 421 timeout (closing server connection)
When doing large files, the server seems to time everyone out
SpacemanSpiff
2:04 am on Feb 21, 2004 (gmt 0)
Why is IIS doing this, and how can I make it stop? I'm not using passive mode, so why does it think the connection is dropped in the middle of a file transfer?
duckhunter
1:45 pm on Feb 22, 2004 (gmt 0)
I'm guessing your transferring over http not ftp?
If so, try adding a timeout in the ASP page providing the transfer mechanism.
server.ScriptTimeout = 6000
SpacemanSpiff
3:25 pm on Feb 22, 2004 (gmt 0)
no, ftp...
duckhunter
2:26 am on Feb 23, 2004 (gmt 0)
How long is the transfer taking?
SpacemanSpiff
2:32 am on Feb 23, 2004 (gmt 0)
The timeout message is for 120 seconds, even though I turned the timeout on the server up to something like 6000 seconds. I think this is something else. Any ideas?
duckhunter
5:27 am on Feb 23, 2004 (gmt 0)
Your ISP? How big are the files? Are clients dial-up or broadband?
What are your clients using for ftp software? I've heard of some client software that will do this.