Bugs item #1084109, was opened at 2004-12-12 18:19
Message generated for change (Comment added) made by digitaldrummerj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1084109&group_id=54790

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: justinj (digitaldrummerj)
Assigned to: Nobody/Anonymous (nobody)
Summary: iisdirinfo errors with nant-0.85rc1

Initial Comment:
When I run iisdirinfo with nantcontrib .85 it errors with 
Error retrieving info for virtual directory 'MyDirectory' 
on 'localhost:80'.  The directory cannot report the 
number of properties.  

This same command worked just fine with .84.

I am running Windows XP sp1. 

Thx


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

>Comment By: justinj (digitaldrummerj)
Date: 2004-12-13 12:25

Message:
Logged In: YES 
user_id=1176927

So I did a little bit of research and ran across the following 
statement in this msdn article, 
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/iissdk/iis/enumerating_properties_at_a_metabase_node.asp

The following example shows you how to use the C# 
programming language to enumerate properties at the default 
Web server metabase node.

"Previous to Windows Server 2003 SP1, the IIS ADSI provider 
could not be used from System.DirectoryServices to 
enumerate metabase nodes." 

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

Comment By: justinj (digitaldrummerj)
Date: 2004-12-13 11:01

Message:
Logged In: YES 
user_id=1176927

I can do it but I am not sure what the process is to submit 
the code.

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

Comment By: Rutger Dijkstra (rutgerdijkstra)
Date: 2004-12-13 03:24

Message:
Logged In: YES 
user_id=1131474

from .84 to .85 iisdirinfo has been changed from spitting out
a hardwired set of properties to enumerating the properties
of the DirectoryEntry.

Sadly, the IIS ADSI-provider does not support the way this
is implemented. At least not on W2K and apparently not on
Windows XP either.

Maybe, someone feels like porting 
<sysdrive>:\Inetpub\AdminScripts\adsutil.vbs
to .Net.



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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1084109&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