Hi Steve,

The different IIS versions support different properties (mainly due
to internal IIS architecture) ... the iis tasks try to determine the
iis version by testing on which OS it runs and based on that it
sets certain parameters as such with the ADSI calls to service
your request.

The task probably does not correctly see that the properties you
try to initialize the virtual directory with are supported on the
given OS/IIS combination ... this is also explained within the following
msdn link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/iis/ref_mb_codeexamples.asp

Hope this helps a bit :-)

Greetings,
Frank

From: "Steve Burkett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: [Nant-users] mkiisdir 0x80005006 error on Windows XP
Date: Fri, 19 Nov 2004 15:25:11 -0800

Hello Nant users,



We have a script made of mkiisdir that we run to set up IIS.  This as
worked just fine on Win2000.  However, running it on XP gives the error
at the bottom. Anyone seen this problem?



                        <mkiisdir
vdirname="${iis.base.folder}\VaultService"

                                                  verbose="true"


dirpath="${server.source.path}\xxx\WebService\Services"

                                                  failonerror="true"


enabledefaultdoc="true"

                                                  defaultdoc="*.asmx"

                                                  authntlm="true"

                                                  accessscript="true"

                                                  accesssource="true"

                                                  accessexecute="true"

                                                  accessread="true"


appallowdebugging="true"


appallowclientdebug="true" />





Buildfile: file:///C:/Data/Projects/Series 5/Server/Source/Tools/Nant
Scripts/II

SVaultSetup.build

Target(s) specified: setupIIS

setupIIS:

build.virtual.dirs:

[mkiisdir] Creating/modifying virtual directory
'IntelliChem\Series5\5.0\VaultService' on 'localhost:80'.



BUILD FAILED



C:\Data\Projects\Series 5\Server\Source\Tools\Nant
Scripts\IISVaultSetup.build(39,4):

Error creating virtual directory 'IntelliChem\Series5\5.0\VaultService'
on 'localhost:80'.

    Exception from HRESULT: 0x80005006.



Total time: 0.3 seconds.




_________________________________________________________________ Free mail? MSN Hotmail ! http://www.msn.be/hotmail



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to