RE: [Nant-users] deploying asp.net applications

2005-11-06 Thread Eric Hexter
this may not work for your situation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Clemmons Sent: Friday, November 04, 2005 8:21 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] deploying asp.net applications Greetings! I am using

RE: [Nant-users] deploying asp.net applications

2005-11-04 Thread Ryan Davis
Sent: Friday, November 04, 2005 10:01 AM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] deploying asp.net applications Thanks Ryan, this plan did cross my mind. The problem I have with it is how to archive the old version remotely. Solving that problem, this might be a good

RE: [Nant-users] deploying asp.net applications

2005-11-04 Thread Scott Clemmons
L PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Clemmons Sent: Friday, November 04, 2005 9:21 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] deploying asp.net applications Greetings! I am using Nant to build, zip, and FTP my asp.net application to a remote site wh

RE: [Nant-users] deploying asp.net applications

2005-11-04 Thread Ryan Davis
:21 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] deploying asp.net applications Greetings! I am using Nant to build, zip, and FTP my asp.net application to a remote site where I then have to manually (oh the horror!) archive the old version and unzip the new package into the

[Nant-users] deploying asp.net applications remotely

2005-11-04 Thread Atif Jalal
Hi, I am a new bie to remotely installing ASP.Net application. Usually I use to create a .msi file and FTP to the server and manually run it on the server to install it. But now I am resticted to just FTP access to the servers. How can I install/uninstall a asp.net application remotely? Is

[Nant-users] deploying asp.net applications

2005-11-04 Thread Scott Clemmons
Greetings! I am using Nant to build, zip, and FTP my asp.net application to a remote site where I then have to manually (oh the horror!) archive the old version and unzip the new package into the existing virtual directories. Now I wish to automate these last steps so that deployment is fully