Re: downloading .exe from website

2004-05-05 Thread Jochem van Dieten
Tony Weeg said: whats the thing I have to do to make it so that .exe files are downloadable from my server? or is there nothing, and I just need to work on some other problem here? It should work by default, but can be disabled by the IIS Lockdown tool. Jochem [Todays Threads] [This

RE: downloading .exe from website

2004-05-05 Thread Dave Watts
whats the thing I have to do to make it so that .exe files are downloadable from my server? You simply have to ensure that the directory in which you place these exe files doesn't allow execution of them. You can do this within the IIS management console - for that directory, make sure that

RE: downloading .exe from website

2004-05-05 Thread Ben Forta
Just don't put the EXE files in an executable folder (which folders containing .CFM files likely are) as IIS may try to execute them files instead of serving them. --- Ben _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 11:52 AM To: CF-Talk Subject: downloading

RE: downloading .exe from website

2004-05-05 Thread Mark W. Breneman
Hey Tony, If I recall correctly the Ezest was is to put the .exe in a folder then in IIS turn off all execute permissions for that folder via the IIS admin tab directory MB Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com

RE: downloading .exe from website

2004-05-05 Thread Tony Weeg
we ran iis lockdown, which probably has prevented this? maybe, ill look @ that dir and see whats up. thanks! tony -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 12:00 PM To: CF-Talk Subject: RE: downloading .exe from website Hey

RE: downloading .exe from website

2004-05-05 Thread Tony Weeg
12:02 PM To: CF-Talk Subject: RE: downloading .exe from website we ran iis lockdown, which probably has prevented this? maybe, ill look @ that dir and see whats up. thanks! tony -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 12:00 PM

RE: downloading .exe from website

2004-05-05 Thread Jochem van Dieten
Tony Weeg said: and what im getting is a 404 error.however pdf's from the same dir, are downloading fine. Undo the changes the IIS Lockdown tool made. IIRC that means removing the mapping from .exe to some 404.dll. Jochem [Todays Threads] [This Message] [Subscription] [Fast

RE: downloading .exe from website

2004-05-05 Thread Dave Watts
I have scripts only on that dir. and what im getting is a 404 error. however pdf's from the same dir, are downloading fine. hm? its only .exe's and .pdfs in that dir, no cfm templates. That sounds like the work of IIS Lockdown. Look in your ISAPI extensions for that site and see

RE: downloading .exe from website

2004-05-05 Thread Tony Weeg
its actually not even in the list? what should I map it to? asp.dll? jrun.dll? thanks! tony -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 12:09 PM To: CF-Talk Subject: RE: downloading .exe from website Tony Weeg said: and what

RE: downloading .exe from website

2004-05-05 Thread Jochem van Dieten
Tony Weeg said: its actually not even in the list? what should I map it to? It shouldn't be mapped at all. Are you sure it is not somewhere in an ISAPI filter? Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: downloading .exe from website

2004-05-05 Thread Tony Weeg
under isapi filters, there is only 1, Jrun Connector Filter, and its set to high. that's it. tw -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 12:17 PM To: CF-Talk Subject: RE: downloading .exe from website Tony Weeg said: its

RE: downloading .exe from website

2004-05-05 Thread Dave Watts
its actually not even in the list? I'm sure it is somewhere. Within the IIS management console, check the ISAPI extensions for the virtual directory, if there is one, then check for the specific site, then check for the Global Web Site. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

RE: downloading .exe from website

2004-05-05 Thread Gaulin, Mark
.exe from website its actually not even in the list? I'm sure it is somewhere. Within the IIS management console, check the ISAPI extensions for the virtual directory, if there is one, then check for the specific site, then check for the Global Web Site. Dave Watts, CTO, Fig Leaf Software http

RE: downloading .exe from website

2004-05-05 Thread Tony Weeg
-Talk Subject: RE: downloading .exe from website its actually not even in the list? I'm sure it is somewhere. Within the IIS management console, check the ISAPI extensions for the virtual directory, if there is one, then check for the specific site, then check for the Global Web Site. Dave Watts

Re: downloading .exe from website

2004-05-05 Thread Doug White
== - Original Message - From: Tony Weeg To: CF-Talk Sent: Wednesday, May 05, 2004 11:01 AM Subject: RE: downloading .exe from website we ran iis lockdown, which probably has prevented this? maybe, ill look @ that dir and see whats up. thanks! tony -Original

RE: downloading .exe from website

2004-05-05 Thread Tony Weeg
ok.. how to revert back, with that option ok? thanks. tony -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 2:35 PM To: CF-Talk Subject: Re: downloading .exe from website URLScan, the ISAPI filter denies extensions of .exe by default

RE: downloading .exe from website

2004-05-05 Thread Mike Townend
check urlscan.ini usually found somewhere like c:\winnt\system32\inetsvr\urlscan\ it will probably have .exe files as not allowed -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 5, 2004 18:04 To: CF-Talk Subject: RE: downloading .exe from website its

Re: downloading .exe from website

2004-05-05 Thread Doug White
-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == - Original Message - From: Tony Weeg To: CF-Talk Sent: Wednesday, May 05, 2004 2:09 PM Subject: RE: downloading .exe from website ok.. how to revert