Murach's C# 2008
How to deploy an application
As you develop a C# application, you'll need to deploy it
to a target system in order to test it thoroughly. And, of
course, once the application is finished, you'll need to deploy
it to users' systems. So this chapter shows you three ways
you can deploy applications from a network or web server using
Visual Studio.
|
|
|
|
How XCopy works |
746 |
|
How ClickOnce works |
746 |
|
How a Setup program works |
746 |
|
|
How to create a release build |
748 |
|
How to copy the release build
to the client machine |
748 |
|
|
How to publish an application
to a web page |
750 |
|
How to install an application
from a web page |
754 |
|
How a ClickOnce application can
be automatically updated |
756 |
|
|
How to create a Setup project |
758 |
|
How to complete a Setup project |
760 |
|
How to use a Setup program to
install an application |
762 |
|
|
When the database runs on a network
server |
764 |
|
When the database runs on the
client |
764 |
|
When the database runs on a web
server |
764 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|