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:
- Open a BizTalk Server project in Visual Studio.
- Select the Solution Explorer tab.
- Right-click the name of the project.
- Select Properties.
- Click Signing.
- Select the Sign the assembly check box.
- From the Choose a strong name key file drop-down list, select <New...>.
- In the Create Strong Name Key dialog box, type a name for the key file in the Key file name field.
- Clear the Protect my key file with a password check box.
- Click OK.
- Click Deployment.
- In the BizTalk Group pane, type a name in the Application Name field.
- Save your BizTalk Server project.
- In the Solution Explorer pane, right-click the name of the project.
- Select Build.
- The Output pane displays the progress.
- In the Solution Explorer pane, right-click the name of the project.
- Select Deploy.
- The Output pane displays the progress.