Previous Topic Next topic Print topic


To deploy a Windows application to the .NET environment

We recommend that you use a Windows setup project to deploy a Windows application, as follows:

  1. Click File > New > Project.
  2. Expand Other Project Types and choose Setup and Deployment >Setup Project.
  3. Fill in the rest of the details as required.

    See the Visual Studio Help for details.

Alternatively, you can deploy your COBOL application without a setup project, as follows:

  1. Use the Xcopy command (which copies a directory structure) to copy your application files from the project output directory to the directory containing your Micro Focus Server installation.
Previous Topic Next topic Print topic