Create the ProgramCORS Solution and Project

Restriction: This topic applies only when the Enterprise Server feature is enabled.

Create a solution and project for the BookDemo demonstration application:

  1. In Visual Studio, click File > New > Project.
  2. In the New Project dialog box, expand Installed > COBOL.
  3. Click Enterprise Server, and then click Native.
  4. Select Enterprise Server Application.
  5. Complete the Name and Location fields as follows:
    Name ProgramCORS

    By default, this is the name of both the project and the solution.

    Location c:\tutorials
    Note: You can optionally specify any directory of your choice; however, this tutorial refers to the project location as c:\tutorials. If your project location is different, adjust the instructions as necessary.
  6. Uncheck Create directory for solution.
  7. Click OK.

    Visual Studio opens the Solution Explorer for the ProgramCORS solution, showing the ProgramCORS project.