We are currently using draco/nant in this mannor excpet we have one MCMS .net web 
application
The virtual directory in IIS is allready setup, I just tell the nant build script to 
copy everything
To the live virtual directy. The problem is that draco builds the app in a temp 
directory and removes
The temp directory after building.

Here's an example from my .build file:

           <copy todir="d:\inetpub\webapp" failonerror="false">
                <fileset basedir=".">
                    <includes name="**/*.*"/>
                </fileset>
         </copy>

Hope this helps,
Kevin,

-----Original Message-----
From: Foley, Cash [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 10:47 AM
To: '[EMAIL PROTECTED]'
Subject: [Draconet-users] (no subject)


I'm starting to work on a project that will build a Web Application.  It 'seems' to me 
that I will need to have a script that will create an IIS Virtual Directory to point 
to the temp directory created by DracoNet. However, I haven't seen any discussion of 
this subject so I'm a little concerned that I'm missing something.

Do I need to do this to build a Web App?

[EMAIL PROTECTED]
perotsystems
972-577-5842 - office




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here: 
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Draconet-users mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users





-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to