Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > What to use for application deployment?

Reply
Thread Tools

What to use for application deployment?

 
 
=?Utf-8?B?YmVwQDEwLjEwLjEwLjEw?=
Guest
Posts: n/a
 
      10-16-2006
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?YmVwQDEwLjEwLjEwLjEw?=
Guest
Posts: n/a
 
      10-16-2006
"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

 
Reply With Quote
 
 
 
 
bruce barker \(sqlwork.com\)
Guest
Posts: n/a
 
      10-16-2006
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
news2B5F9FC-3ED6-475D-A66C-...
> "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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Winform Application Configuration Deleted by Application lhak ASP .Net 0 10-23-2004 11:47 PM
Calling Windows application from Web application ASP .Net 1 11-02-2003 03:30 AM
What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application? Sean ASP .Net 2 08-07-2003 07:13 AM
Application folder not seeing namespace of the main application gh0st54 ASP .Net 0 07-04-2003 07:15 PM
How to inherit a base form in all application forms of an asp.net application varun varun ASP .Net 0 07-03-2003 08:58 AM



Advertisments
 



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