Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IIS Question really
Message
From
11/03/1998 10:32:22
 
 
To
11/03/1998 10:06:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00083055
Message ID:
00083885
Views:
25
>>>>>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.
>
>OK but the microsoft site I referenced has no asp no parameter and no ref to ftp... so how do they do it

If you want to leave the user on the same page, you can just have the link point directly to the file to download. As an example, go to www.dydacomp.com/ricktest.asp
Previous
Reply
Map
View

Click here to load this message in the networking platform