Kbase 21319: OPEN CLIENT: Using Proxies With .NET & HTML
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/12/2002 |
|
Status: Unverified
GOAL:
How to use Open Client proxies with .NET and HTML
FACT(s) (Environment):
Microsoft Visual Studio .NET
FIX:
You need to mark all of the web pages as being ASP compatible. Add the
following text to your web pages:
aspcompat=true
For example:
<%@ Page Language="vb" aspcompat=true AutoEventWireup="false"
Codebehind="ABC.aspx.vb" Inherits="ABC.DEF"%>