Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   What to use for application deployment? (http://www.velocityreviews.com/forums/t380877-what-to-use-for-application-deployment.html)

=?Utf-8?B?YmVwQDEwLjEwLjEwLjEw?= 10-16-2006 11:02 PM

What to use for application deployment?
 
I have a couple of web sites, some web services and some windows services
that I need to deploy to our production servers. We used to use NANT with the
VS 2003 applications. Now that we are using VS 2005, I am looking at all
available deployment options. So far, I see:

1) NANT
2) MSBuild
3) Web Deployment Projects (built on MSBuild)
4) Custom powershell scripts
5) VS.Net 2005 Team System, Developer edition (Handles build only, not
deployment, utilises MSBuild)

It seems that NANT is not yet fully supporting VS 2005, which is a worry. MS
Build looks like it could be promising, but I have heard that it is not as
feature rich as NANT. Web Deployment Projects as far as I can tell just makes
it easier to configure MSBuild for a web app. And NANT could work, but may be
re-inventing the wheel.

What is the general consensus on the best tools for application deployment?

Thanks
David

=?Utf-8?B?YmVwQDEwLjEwLjEwLjEw?= 10-16-2006 11:11 PM

RE: What to use for application deployment?
 
"And NANT could work, but may be re-inventing the wheel."
should read
"And Powershell scripts could work, but may bere-inventing the wheel."

"bep@10.10.10.10" wrote:

> I have a couple of web sites, some web services and some windows services
> that I need to deploy to our production servers. We used to use NANT with the
> VS 2003 applications. Now that we are using VS 2005, I am looking at all
> available deployment options. So far, I see:
>
> 1) NANT
> 2) MSBuild
> 3) Web Deployment Projects (built on MSBuild)
> 4) Custom powershell scripts
> 5) VS.Net 2005 Team System, Developer edition (Handles build only, not
> deployment, utilises MSBuild)
>
> It seems that NANT is not yet fully supporting VS 2005, which is a worry. MS
> Build looks like it could be promising, but I have heard that it is not as
> feature rich as NANT. Web Deployment Projects as far as I can tell just makes
> it easier to configure MSBuild for a web app. And NANT could work, but may be
> re-inventing the wheel.
>
> What is the general consensus on the best tools for application deployment?
>
> Thanks
> David


bruce barker \(sqlwork.com\) 10-16-2006 11:44 PM

Re: What to use for application deployment?
 
vs2005 has no real deployment support. it will build a staging folder, or a
msi.

to roll you own, you really have nant, msbuild or a custom script. if you
are using team suite or not unit testing(shame, shame), then you probably
should use msbuild instead of nant.

note: having team, I switched from nant/nuint to msbuild, but still use
cruise control. also had good luck with database deployments with team
database (beta)

-- bruce (sqlwork.com)

<bep@10.10.10.10> wrote in message
news:D2B5F9FC-3ED6-475D-A66C-A9309A2A7555@microsoft.com...
> "And NANT could work, but may be re-inventing the wheel."
> should read
> "And Powershell scripts could work, but may bere-inventing the wheel."
>
> "bep@10.10.10.10" wrote:
>
>> I have a couple of web sites, some web services and some windows services
>> that I need to deploy to our production servers. We used to use NANT with
>> the
>> VS 2003 applications. Now that we are using VS 2005, I am looking at all
>> available deployment options. So far, I see:
>>
>> 1) NANT
>> 2) MSBuild
>> 3) Web Deployment Projects (built on MSBuild)
>> 4) Custom powershell scripts
>> 5) VS.Net 2005 Team System, Developer edition (Handles build only, not
>> deployment, utilises MSBuild)
>>
>> It seems that NANT is not yet fully supporting VS 2005, which is a worry.
>> MS
>> Build looks like it could be promising, but I have heard that it is not
>> as
>> feature rich as NANT. Web Deployment Projects as far as I can tell just
>> makes
>> it easier to configure MSBuild for a web app. And NANT could work, but
>> may be
>> re-inventing the wheel.
>>
>> What is the general consensus on the best tools for application
>> deployment?
>>
>> Thanks
>> David





All times are GMT. The time now is 09:25 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57