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

>Category: Tasks
>Group: 0.84
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeremy Stell-Smith (stellsmi)
>Assigned to: Gert Driesen (drieseng)
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.


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

>Comment By: Gert Driesen (drieseng)
Date: 2004-11-27 15:48

Message:
Logged In: YES 
user_id=707851

This should now be fixed in cvs.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to