Bugs item #964591, was opened at 2004-06-01 22:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=964591&group_id=54790

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Stell-Smith (stellsmi)
Assigned to: Nobody/Anonymous (nobody)
Summary: mkiisdir eagerly sets directory properties

Initial Comment:
The mkiisdir task currently sets the IIS directory 
properties to default values for all unspecified 
properties.  For example, if you don't set the attribute 
cacheisapi="false", the task will automatically set that 
property to "true".

The task should only set that value if it is specified, 
otherwise inherit the property from the parent 
directory.  This makes it much easier to globally change 
properties at the web site level.

You can view the properties mkiisdir sets by running the 
admin VB scripts shipped with IIS, in the inetpub 
directory.  Run:

cscript adsutil.vbs ENUM w3svc/1/root/MyDirectory

to list all of the properties being set at the directory 
level.  Compare the output of this from a hand created 
virtual directory to one created by mkiisdir...very 
different.

Passing in just w3svc to adsutil.vbs will list all the 
default properties of the web site...which is where 
unspecified properties should be maintained.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=964591&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to