Hi,
I am trying to create a list of new sites using IIS ADSI scripts, however
all my default applications (for each web site) Execute Permissions are set
to "None" and I cannot find out any where how to change them to "Script
Only" using IIS ADSI. I've now managed to change the application protection
to Pooled, but the Execute Permissions is seeming a impossible change.

I am using a modfiied version of
ASTCreateWebSite(IPAddress, RootDirectory, ServerComment, HostName, PortNum,
Computers, Start)
from IIS Admin scripts.

Can anyone please help?
Pritchie

Re: ADSI - changing Application Execute permissions by Randy

Randy
Wed Jul 30 12:14:08 CDT 2003

I have this working on the scripts on my site. You can check them out
at www.adsi4nt.com.

HTH

Randy

On Wed, 30 Jul 2003 16:52:49 +0100, "Pritchie"
<nntp2003@pritchie.com.nospam> wrote:

>Hi,
>I am trying to create a list of new sites using IIS ADSI scripts, however
>all my default applications (for each web site) Execute Permissions are set
>to "None" and I cannot find out any where how to change them to "Script
>Only" using IIS ADSI. I've now managed to change the application protection
>to Pooled, but the Execute Permissions is seeming a impossible change.
>
>I am using a modfiied version of
>ASTCreateWebSite(IPAddress, RootDirectory, ServerComment, HostName, PortNum,
>Computers, Start)
>from IIS Admin scripts.
>
>Can anyone please help?
>Pritchie
>
>
>