ASP.NET クライアント

In addition to the default COBOL console client, you can optionally generate an ASP.NET Web site client for .NET and Web Service service interfaces.

Website project

After generating a client, Enterprise Developer adds a myServiceWebsite project to the solution that contains your service interface project. The Website project contains the following components:

App_Code folder
Generated COBOL code.
bin folder
Contains the following binary files:
  • Interop.myService.ProxyWrapper.dll
  • myService.Proxy.dll
  • myService.ProxyWrapper.dll
Default.aspx
Default start-up page for the Web site client.
Default.aspx.cbl
The code-behind page of Default.aspx
style.css
An HTML stylesheet used by the Web site.
website.config
Web site configuration file.
website.publishproj
A generated file used in the publishing process.
corplogo.gif
A Micro Focus logo icon used in the visual presentation of the client.

Building and Deploying an ASP.NET client

After generating an ASP.NET client, you must build it and deploy it to make it available to your users. See To build an ASP.NET client and To deploy a COBOL Website to the .NET environment for details.

Editing an ASP.NET client

To enhance its appearance and usability, you can optionally edit the Default.aspx file, or any .aspx file in the project by double-clicking the file in the Solution Explorer. If you modify any files after deployment, you must redeploy to pick up the changes.

ASP.NET クライアントの実行

Enterprise Developer Debugger を使用して、プロジェクトから ASP.NET クライアントを直接実行できます。これを行う前に、次のことを確認します。

  • サービスを実行するように構成されている エンタープライズ サーバー インスタンス が、サービス インターフェイス (.svi) ファイルを含むプロジェクトに関連付けられていること
  • エンタープライズ サーバー インスタンス が起動していること
  • サービス インターフェイスが エンタープライズ サーバー インスタンス にディプロイされていること
  • Web サイト プロジェクトがスタートアップ プロジェクトとして設定済みであること
重要: To host ASP.NET Web site clients on 64-bit Windows operating systems, you must first enable support for 32-bit applications by setting the Enable 32 bit Applications property to True for the Internet Information Services (IIS) Application Pool associated with your ASP.NET Web site client. See your operating system's IIS documentation for details.