Consultor Eletrônico



Kbase P175645: How to setup cgiip.wsc script in IIS 7.0
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/10/2010
Status: Unverified

GOAL:

How to setup cgiip.wsc script in IIS 7.0

GOAL:

How to configure the cgiip.wsc messenger script with IIS 7.0

GOAL:

IIS 7 configuration for WebSpeed

GOAL:

How to setup WebSpeed messenger in IIS 7.0

FACT(s) (Environment):

IIS 7.0
Windows Vista
Windows Server 2008
Windows 7
OpenEdge 10.x

FIX:

1. Go to IIS Manager -> Sites -> Default Web Site -> scripts
2. In "Features View" choose the option "Handler Mappings"
3. In the "Actions" pane, click on "Add Module Mapping"
4. Enter "*.wsc" in the "Request path" field
5. In the "Module" list choose " CgiModule"
6. In the "Executable" filed enter the path to your cgiip.exe, e.g.:
[install-dir]/bin/cgiip.exe %s %s
If [install-dir] contains spaces then it will have to be enclosed with double quotes.
7. There will be a question if you want to add the extension with an "Allowed" entry to the ISAPI and CGI restrictions list. Answer "Yes".