How To Deploy Only Selected Files to a Remote Server with the Visual InterDev 6.0 Deployment Feature (241724)



The information in this article applies to:

  • Microsoft Visual InterDev 6.0

This article was previously published under Q241724

SUMMARY

This article describes how to deploy specific, selected files to a remote server using the deployment feature of Visual InterDev 6.0.

MORE INFORMATION

To deploy only specific files using the deployment feature of Visual InterDev 6.0, follow these steps:
  1. Create a new deployment target by selecting New Deployment Target from the Project menu. This is required only if the target has not already been specified or differs from the previously specified one.
  2. In the Deployment Explorer window, expand this new deployment target (denoted by "Deploy to http://www.myserver.com/mydir").
  3. Expand Web Content, Controls, and Applets.
  4. If "Outputs of server/project" is listed, right-click it and select Remove. This prevents the whole project from being deployed.
  5. Right-click Web Content, Controls, and Applets and select Add Files.
  6. From the Add Files dialog box, browse to the folder that contains files you want to deploy and select those files. Repeat steps 5 and 6, if necessary, to add files from additional folders.
  7. After you have added all the files you want, right-click Deploy to http://www.myserver.com/mydir and select Deploy. This deploys only the files you selected.

REFERENCES

For additional information on the Visual InterDev deployment feature, click the article numbers below to view the articles in the Microsoft Knowledge Base:

246757 How To Use Copy Web to Deploy a Web Application

219050 How To Deploy Web Applications with Visual InterDev 6.0

For additional information on InterDev deployment resources, click the link below to view the article in the online Microsoft Developer Network (MSDN):

Modification Type:MinorLast Reviewed:7/1/2004
Keywords:kbDeployment kbhowto KB241724