Skip to main content

Creating a Web application using Visual Cobol

  • October 25, 2018
  • 2 replies
  • 0 views

The tutorials for creating a web application with visual Cobol state I must select WEB under the COBOL template. The only options I have are Managed and Native.

What do I need to install to get the WEB option?

Thanks

Shirley

2 replies

Gael Wilson
Forum|alt.badge.img
  • Rocketeer
  • October 25, 2018

The tutorials for creating a web application with visual Cobol state I must select WEB under the COBOL template. The only options I have are Managed and Native.

What do I need to install to get the WEB option?

Thanks

Shirley

Shirley,

You have not mentioned which version of Visual Studio you are using. If you are using Visual Studio 2017 you need to select the 'ASP.NET and web development' workload from the Visual Studio Installer in order to install the support required to create Web applications.

Gael

  • October 25, 2018

The tutorials for creating a web application with visual Cobol state I must select WEB under the COBOL template. The only options I have are Managed and Native.

What do I need to install to get the WEB option?

Thanks

Shirley

Hi Gael
I am using Visual Studio 2017. I will try your suggestion.
Many thanks