Cash,

My project does it a little differently.  We have a web app built by
Draco and we deploy it to a know virtual directory instead of creating a
new one.  So, one of the last steps in our build process is to copy all
the files to our development server file share (which our virtual
directory is pointing to).  Thus, we manually created the virtual
directory once and don't have to do it on every build.

Also, if I remember correctly, there is a nAnt task that creates a
virtual directory.  You might have to hunt in the nAntContrib project of
that one.

Finally, to avoid worrying about the Draco temp dirs, again, a step in
our build process is to copy all files to a well-known location on the
build server.  For example,

C:\Build\
        ProjectName\
                builds\
                        1.0.0\
                        1.0.1\
                        1.0.2\
                        ...

Jason

-----Original Message-----
From: Foley, Cash [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 13, 2003 8:37 AM
To: '[EMAIL PROTECTED]'
Subject: [Draconet-users] Enq: Building Web Applications


Sorry for the (no subject) last time.

Has anyone worked through the issues of building web applications or is
this simply a non-issue?  Thanks in advance,

Cash

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


-----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


-------------------------------------------------------
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