Page can not displayed in ASP

  • Thread starter Thread starter Mamatha
  • Start date Start date
M

Mamatha

Hi

i have one ASP application,through that application i want
to download file from one particular FTP site.But the file
size contains nearly 76 MB and my browsing speed is
normal,if i try to download a file,it downloding upto some
percent and that executed page contains the error Page can
not be displyed.I also set the vb script timeout to
10000sec at the properties of virtual directory,eventhough
it displys the same error.
Why it will occur?,please suggest me to prevent that
error.Thanks in advance.

Mamatha
 
Mamatha said:
Hi

i have one ASP application,through that application i want
to download file from one particular FTP site.But the file
size contains nearly 76 MB and my browsing speed is
normal,if i try to download a file,it downloding upto some
percent and that executed page contains the error Page can
not be displyed.I also set the vb script timeout to
10000sec at the properties of virtual directory,eventhough
it displys the same error.
Why it will occur?,please suggest me to prevent that
error.Thanks in advance.

Mamatha

Mamatha,

this is a GUESS, but presumably the browser has a timeout and it is the
browser's timeout that you are hitting. If this is the case then you could
try turning caching off in your application and feeding the occasional
character back to the browser so it knows you are still alive.

Hope this helps,

Brian.
 
Back
Top