Hi,
Im creating a virtual directory in local IIS with adsutil.vbs and I can set
its path, but I can't find any documentation on how to set all the other
options, like the Execute Permissions and Application Protection. Can
someone point me at a web site that documents all of the path options?

Many thanks
John

Re: Using adsutil to create a virtual directory by Kristofer

Kristofer
Sun Feb 06 05:16:02 CST 2005

Hi,

You can see this in the IIS SDK Reference available here:

http://msdn.microsoft.com/library/en-us/iissdk/html/333bb7c7-379b-4173-ac6b-1dad75e37271.asp

For execute permissions you want to change the AccessFlags property, and
for Application Protection you want to change the AppIsolated property.

http://msdn.microsoft.com/library/en-us/iissdk/html/6018a18d-6811-48b7-80e7-3beac7357e0d.asp

http://msdn.microsoft.com/library/en-us/iissdk/html/981d0447-d9bf-400a-9b23-d55ce8b05c78.asp


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


John Byrne wrote:

> Hi,
> Im creating a virtual directory in local IIS with adsutil.vbs and I can
set
> its path, but I can't find any documentation on how to set all the other
> options, like the Execute Permissions and Application Protection. Can
> someone point me at a web site that documents all of the path options?
>
> Many thanks
> John

Re: Using adsutil to create a virtual directory by John

John
Tue Feb 08 03:52:44 CST 2005

> You can see this in the IIS SDK Reference available here:
>
>
http://msdn.microsoft.com/library/en-us/iissdk/html/333bb7c7-379b-4173-ac6b-1dad75e37271.asp
>
> For execute permissions you want to change the AccessFlags property, and
> for Application Protection you want to change the AppIsolated property.
>
>
http://msdn.microsoft.com/library/en-us/iissdk/html/6018a18d-6811-48b7-80e7-3beac7357e0d.asp
>
>
http://msdn.microsoft.com/library/en-us/iissdk/html/981d0447-d9bf-400a-9b23-d55ce8b05c78.asp

Perfect Kristofer, exactly what I was looking for.

Many thanks
John



Re: Using adsutil to create a virtual directory by John

John
Tue Feb 08 10:05:19 CST 2005

On Sun, 6 Feb 2005 10:51:48 -0000, "John Byrne"
<john.byrne@donotemailme.com> wrote:

>Hi,
>Im creating a virtual directory in local IIS with adsutil.vbs and I can set
>its path, but I can't find any documentation on how to set all the other
>options, like the Execute Permissions and Application Protection. Can
>someone point me at a web site that documents all of the path options?
>
>Many thanks
>John

You can try this:
http://www.serverautomationtools.com/navigation/products/createvdirssl.htm


John Cesta

The CPU Checker - Monitors your CPU % while you sleep
LogFileManager - IIS LogFile Management Tool
WebPageChecker - Helps Maintain Server UpTime
DomainReportIt PRO - Helps Rebuild IIS
http://www.serverautomationtools.com



>