Building and Deploying a BizTalk Server Project - Enterprise Integration Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Enterprise-Integration-Server/English/Foundation-22.1/Enterprise-Integration-Server/Enterprise-Integration-Server-Configuration/Consuming-the-Hyland-Adapter-with-BizTalk-Server/Creating-and-Deploying-a-BizTalk-Server-Project/Building-and-Deploying-a-BizTalk-Server-Project - 2022-08-18

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 22.1
License
Premier
Standard

When you build a BizTalk Server project, you place all the files in the project into a package. When you deploy a BizTalk Server project, you send the package to the BizTalk server and install it as an application.

To build and deploy a BizTalk Server project:

  1. Open a BizTalk Server project in Visual Studio.
  2. Select the Solution Explorer tab.
  3. Right-click the name of the project.
  4. Select Properties.
  5. Click Signing.
  6. Select the Sign the assembly check box.
  7. From the Choose a strong name key file drop-down list, select <New...>.
  8. In the Create Strong Name Key dialog box, type a name for the key file in the Key file name field.
  9. Clear the Protect my key file with a password check box.
  10. Click OK.
  11. Click Deployment.
  12. In the BizTalk Group pane, type a name in the Application Name field.
  13. Save your BizTalk Server project.
  14. In the Solution Explorer pane, right-click the name of the project.
  15. Select Build.
  16. The Output pane displays the progress.
  17. In the Solution Explorer pane, right-click the name of the project.
  18. Select Deploy.
  19. The Output pane displays the progress.