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.

 

Reply via email to