Re: Permission denied on .exe

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/05/04


Date: Wed, 4 Feb 2004 22:18:35 -0800

This behavior is by design.

If you give "Script and Executables" execute permission, you are instructing
IIS to interpret URLs for .EXE files as "execute this EXE on the server".
If you give any other execute permission, such as "Scripts" or "None", you
are instructing IIS to interpret URLs for .EXE files as "download this
file".

People tend to either want to download OR execute a EXE file when they give
a URL. This configuration option gives that choice.

-- 
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"JoKo" <anonymous@discussions.microsoft.com> wrote in message
news:4D52AB6D-D034-4ADD-A50C-44CDFC625C59@microsoft.com...
actually...
that was the problem, it was set to script and executables
when i changed it to just script it works fine now.
It seems it took .exe and was trying to run it instead of give download, and
IIS denied the .exe
but thanks for pointing me in the right direction!!!


Relevant Pages

  • Re: Will Linux become as vulnerable as MS ??
    ... > beeing vulnerable to viruses. ... > that they know are executable, and execute intentionally. ... >> Linux, each distro is a little different, and even within the distro, ... > Since clicking on a script is easier than typing it's name, ...
    (comp.os.linux.security)
  • Re: Small, understandable Forth
    ... intelligence from the word to the script. ... niclos file script files, but only in the directory in which they are ... \ there are required support vocabularies, ... RDROP EXECUTE DEFINITIONS; ...
    (comp.lang.forth)
  • Re: [Full-Disclosure] ColdFusion cross-site scripting security vulnerability of an error page
    ... > execute the arbitrary javascript and HTML code which the attacker ... > It is possible to display the contents transmitted from the client ... > cross-site scripting attack can be executed. ... the script will be executed when the script for an attack ...
    (Full-Disclosure)
  • CGIscript.net - csMailto.cgi - Remote Command Execution
    ... CGIscript.net - csMailto.cgi - Remote Command ... csMailto is a perl cgi formmail script developed by ... execute command on server and mail output to anyone ...
    (Bugtraq)
  • Re: Extracting data from an XML to put into a constant
    ... ExecuteGlobal "Const cnUB = 9" ... The following script causes the same error. ... Ordinary variables and constants defined with execute statements have ... no value until their defining statement is executed at run time. ...
    (microsoft.public.scripting.vbscript)