Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IIS Question really
Message
De
10/03/1998 12:51:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00083055
Message ID:
00083687
Vues:
21
>>>Hi
>>>
>>>I use a lot of ASP pages and VFP tables in my internet site.. I now wish to put an 'program.exe' file with a link to it so my users can automatically download it.. but when I try this the NT server actually tries to run this file..
>>>
>>>Any ideas of what I'm missing since I click on 8.Exe on other sites and get a chance to save it.
>>>
>>>Thanks
>>>Richard
>>The executable file should reside in an FTP directory (setup in IIS), and the link just references the file. Something like ftp://www.yourdomain.com/downloads/program.exe. where downlaods is the virtual directory you have created in IIS.
>
>OK Thanks I'' try that but I'm sure I've been on site where link is an http and it auto downloads .. for instance on Microsoft Word 97 doc converter to down load file link is
>
>http://support.microsoft/download/yada yada/wrd97cnv.exe
>
>and it works..
The executable will still have to be in the FTP directory. You can have a link similar to this:
<a href="download.asp?ftp://ftp.yourserver.com/cnv.exe">cnv.exe</a>
Then, the download.asp file could have whatever text you want, and a script to redirect to the file passed in.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform