Deploying COBOL Applications to the .NET Environment

Managed COBOL applications require Enterprise Test Server to enable them to run. Enterprise Test Server provides support for managed COBOL and also for native COBOL. The native COBOL support enables your application to interoperate with native COBOL.

Before you deploy your application, you must first install Enterprise Test Server. This installs both the native and the managed support. The installation process adds the managed code support files to the Global Assembly Cache (GAC), and installs some files into the Enterprise Test Server directory.

You can package your COBOL applications into a setup file, or you can copy the files manually. You can also deploy ASP.NET applications using the Publish Web Site tool in Visual Studio.