Step 3e: Build and Deploy the BizTalk Server Solution

In this topic, we’ll deploy the two BizTalk Server projects (BtsSalesforceIntegration and CustomPipeline) that we created in the earlier steps.

To build and deploy the BizTalk Server projects

  1. In the Solution Explorer, right-click the BtsSalesforceIntegrationBizTalk Server project, and then click Properties.

  2. In the Deployment tab, for Application Name, enter SalesforceIntegration. Click Save.

  3. Similarly, right-click the CustomPipelineBizTalk Server project, click Properties, and in the Deployment tab, for the Application Name property, enter SalesforceIntegration again. Click Save. This ensures that the custom pipeline component is deployed to the same application as the BtsSalesforceIntegration project.

  4. Right-click the solution name in the Solution Explorer, and click Properties. In the Solution Property Pages dialog box, click Configuration Properties, and verify that the Build and Deploy check boxes are selected both for BtsSalesforceIntegration and CustomPipeline projects.

  5. Right-click the solution name in the Solution Explorer and then click Build Solution. After the solution builds successfully, right-click the solution name again, and then click Deploy Solution. The solution is deployed to the BizTalk Server Administration console.

See Also

Step 3: Create the BizTalk Server Solution in Visual Studio