Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Overview of this book

Table of Contents (20 chapters)
(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying BizTalk applications


In this section, we are going to discuss how to deploy BizTalk applications. There are several ways to deploy BizTalk applications, including the following:

  • Deploying from Visual Studio

  • Building a Microsoft Installer (MSI) package that can be exported or imported between environments

  • Using command line-based tools, such as MSBuild and BtsTask

  • Leveraging community frameworks, such as BizTalk Deployment Framework and NANT

Using command-line or third party-based deployment tools are out of the scope of both the exam and this chapter, so we are not going to go into any detail in these areas. Instead, we will focus on deploying BizTalk applications from Visual Studio and using MSI packages.

Sample deployment through Visual Studio

In order to walk properly through the deployment scenarios, we need a sample solution. A sample solution called Example01-Deployment.sln can be found in the C:\BTS2013CertGuide\Chapter06Example01-Deployment folder. The business process behind...