Page can not displayed in ASP

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
 
B

Brian Cryer

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.
 

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