vbscript - Downloading file from server stops after 2 minutes -


some of our users having problems downloading .pdf files our site. when file takes more ~2 minutes download, stops, causing downloaded file unopenable. huge problem users on slow connections trying download large documents.

we using modified version of this asp code handle downloads. browser automatically download other file types .zip, script used download .pdfs don't open in browser.

does have ideas causing this?

the default value of server.scripttimeout 90 (seconds). if find downloads interrupted after minute or two, try increasing value of property.

<%     ' bump default timeout 90 seconds 5 minutes...     server.scripttimeout = 300 %>  

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -