Deploying COBOL Applications to the .NET Environment

Managed COBOL applications require COBOL Server to enable them to run. COBOL 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 COBOL 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 COBOL 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.