Hi

can you try to execute this locally
I remember something with security settings

so log on to that server, and execute the script from there.
replacing 2.13.101.212 with localhost or so


with kind regards
Ruben Willems


On Tue, Feb 17, 2009 at 3:54 PM, Hem <[email protected]> wrote:

>
> Hi Ruben,
>
> I tried with below task:
>  <mkiisdir iisserver="12.13.101.212" dirpath="\\12.13.101.212\Backup
> \hem\deploymentdir"  vdirname="NEW"/>
>
> and i also given  remote  machine name for iisserver="Server"
>
> But am getting below error:
> "The webservice at '12.13.101.212' does not exist or is not
> reachable."
>
>
> On Feb 17, 7:39 pm, Hem <[email protected]> wrote:
> > Hi,
> >
> > Am trying to create virtual directory in remote machine but i don't
> > know how to do.
> > For local machine am able to create virtual directory using the below
> > nant script.
> >
> > -------------------------------------------------------
> > <?xml version="1.0"?>
> > <project name="NEWVD" default="build" basedir="E:\PandT" >
> >
> >         <property name="debug" value="true" />
> >         <target name="configiis" >
> >                     <mkiisdir dirpath="E:\PandT\PrecompiledWeb\WebPandT"
> > vdirname="PandT"/>
> >         </target>
> >         <target name="build">
> >
> >                         <call target="configiis" />
> >                         <msbuild  project="PandT.sln">
> >                                  <property name="Configuration"
> value="debug" />
> >                         </msbuild>
> >         </target>
> > </project>
> > ------------------------------------------------------------
> > For create Virtual directory in remote machine  which task i need to
> > use .
> > If any one have solution for this ,Please provide it is great help to
> > me .
> >
> > Thanks in advance.
>

Reply via email to