Manage .NET Assemblies, Certificates, and Other Resources

Overview

This section provides instructions on using the BizTalk Server Administration console and the BTSTask command-line tool to manage the following types of resource artifacts for a BizTalk application. These resource artifacts cannot be automatically deployed into a BizTalk application from Visual Studio, so you must add them manually to the application. Once added to an application, however, you can import, export, and install them as a unit with the application and its other artifacts.

  • Files. You can include ad hoc files, such as a Readme file. When you install the application, files are copied to the installation folder.

  • Certificates. You can add a certificate file to an application so that you can transport the certificate from one BizTalk group to another, packaged with an application. You assign certificates to send ports and receive locations to verify identities and to establish secure links.

  • COM and COM+ components. You can include managed COM and managed COM+ components to provide additional functionality in a BizTalk application.

  • .NET assemblies. You can include .NET assemblies that are not specifically BizTalk assemblies in a BizTalk application. (BizTalk assemblies are .NET assemblies that contain BizTalk orchestrations, pipelines, schemas, or maps.)

  • BAM definition files. To make BAM deployment easier, you can create a BizTalk application and add BAM definitions to it. You can then use the BizTalk application deployment features to deploy the BAM definitions into different environments.

  • Binding files. You can add binding files to an application to make moving an application from one deployment environment to another quicker and easier.

  • Virtual directories. You can add virtual directories to your application so that they will be deployed with the application.

Note

You can use Microsoft Windows Management Instrumentation (WMI) Object Model to create and run scripts that automate administrative tasks. For information about using WMI, see the WMI Class Reference in the UI guidance and developers API namespace reference.

Next steps