Share via


Deploying Web Contents, Controls, and Applets

You can deploy your projects in two broad configurations — as server-side components run on the Web server, and as Web content files that are available for downloading from the Web server. The procedure in this topic shows you how to set up a deployment configuration for Web content, controls, and applets, and then deploy them.

Only projects that are generated by a build appear in the New Deployment Target dialog box.

To deploy Web components

  1. Open the project.

  2. On the Project menu, click New Deployment Target.

  3. In the New Deployment Target dialog box, click Deploy to (URL), type in the URL to the Web server computer (for example, http://mycomputer).

  4. In the Add these project outputs box, select the project. This automatically places the project in the Web Contents, Controls and Applets service node.

  5. Click OK.

If the Web project is a Microsoft® Visual InterDev™ project that also contains server-side components, the Microsoft development environment adds the project outputs to both services. If the server-side component is a Microsoft® Transaction Server (MTS) package, and the Web project is deployed, the server components also get added to the MTS package on the Web server.