473,397 Members | 1,950 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

deployment/publishing of aspnet apps...

Hello group,
Curious as to how you all have chosen to deploy/publish your asp.net apps.
Currently though we have a local dev environment, then we stage to a QA
server then we publish/deploy.
In previous jobs I've always used straight xcopy to publish to production
(usually via the Copy Project option in VS.Net). The way I understand it,
your choices are you can xcopy or use an MSI. What are the benefits of each
and if there is no need to register anything (i.e. activex components, etc.)
why would an MSI ever be used?

Thanks Group.

-Terry

Nov 19 '05 #1
2 1176
MSI Offers many advantages if you are producing a packaged product which may
be installed by other people. For instance, it will appear on the add/remove
programs control panel.

Also you can do other stuff at installation time (automatically create and
configure virtual roots, create databases, install and configure third-party
components, set file permissions, even install the .net framework if you
want)

MSI is a lot more work though (depending on the level of functionality
you're trying to achieve). If you work for an IT department deploying to
your own servers, it's unlikely to be worth the effort

Just my $0.02

Andy

"Terry Mulvany" <te***********@rouseservices.com> wrote in message
news:uH*************@TK2MSFTNGP12.phx.gbl...
Hello group,
Curious as to how you all have chosen to deploy/publish your asp.net apps.
Currently though we have a local dev environment, then we stage to a QA
server then we publish/deploy.
In previous jobs I've always used straight xcopy to publish to production
(usually via the Copy Project option in VS.Net). The way I understand it,
your choices are you can xcopy or use an MSI. What are the benefits of
each and if there is no need to register anything (i.e. activex
components, etc.) why would an MSI ever be used?

Thanks Group.

-Terry

Nov 19 '05 #2
I like to do MSIs to install on a staging machine. Then do xcopy with batch
file from this staging machine to either QA or production, then do secondary
xcopy for web.config files, for example, to control if datasources are
QA/production (remember to take each server offline in the time between
config file update if u do this, however, to prevent live user from hitting
wrong config file in that time period).

This helps ensure that the same build is on QA and production. Less chance
of an embarassed developer sneaking some quick fix MSI into production
servers. Its much easier than doing MSI installs on each server in a web
farm, and you dont need to manually deal with the config files at all (or
even worse create different MSIs for QA/production).

HTH,
Premier JiangZemin

"Terry Mulvany" <te***********@rouseservices.com> wrote in message
news:uH*************@TK2MSFTNGP12.phx.gbl...
Hello group,
Curious as to how you all have chosen to deploy/publish your asp.net apps.
Currently though we have a local dev environment, then we stage to a QA
server then we publish/deploy.
In previous jobs I've always used straight xcopy to publish to production
(usually via the Copy Project option in VS.Net). The way I understand it,
your choices are you can xcopy or use an MSI. What are the benefits of
each and if there is no need to register anything (i.e. activex
components, etc.) why would an MSI ever be used?

Thanks Group.

-Terry

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Steve Brecher | last post by:
VS.NET help on deployment indicates that, while using a deployment project requires administrative access to IIS, " we recommend deploying your project in most cases, because it allows you to take...
1
by: Bruce W...1 | last post by:
Can "No touch deployment" applications run in IE, like a Java Applet, or are they strictly Windows desktop applications? Thanks for your help.
5
by: DEWright_CA | last post by:
I have a app that I built for a client. I was able to deploy it to a test server without any real issue. I copied the bin folder to my server, copied over the aspx pages and made the virtual...
11
by: Thom Little | last post by:
Create two ASP.NET applications. Run them on the development machine to make sure they are error free. Publish the fist application to the root of a remote webspace. Call a page and see that it...
6
by: rh1200la | last post by:
So I'm trying to publish a site for a client on their new dedicated server. I published a previous .NET app (with some trouble but eventually got it working) on their old machine. This is a...
4
by: Chuck P | last post by:
I was wondering what practices people have come up with for deployment. I want to precompile the application and encrypt portions of the web.config. In 1.0 I just did a batch file that would...
0
by: Rahul | last post by:
I have some resx files inside my Global Resources folder for the web and some other Resx files for the DataAccess layer project .For web project I am using Resx files for the Form control's...
7
by: Agos | last post by:
I developed my first web site using Visual studio 2005. It works very well with Visual Studio. But after I published the web site in a file system folder in my PC using the instructions I found in...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.