You build and deploy Web targets to:
Test part or all of a Web target
Move a completed target into a production environment
Building a Web target prepares your files for deployment and verifies links from a Web page to another file. You can build a target anytime during development to get information about broken links so that you can fix them. You must build a target or individual files before deployment to make the files available for deployment. The deployment process does this automatically.
Deploying a Web target processes target files from the Build folder and moves them to the runtime environment you specify. Typically you deploy your application in a local test environment before deploying it to the production servers.
You can deploy Web site targets to:
Active Server Pages (ASP) Microsoft’s model for delivering dynamic content through an ISAPI application
You can deploy JSP targets to: