Kbase P125146: How to configure IIS 7 on Vista for WebSpeed ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/10/2011 |
|
Status: Verified
GOAL:
How to configure IIS 7 on Vista for WebSpeed ?
GOAL:
How to setup cgi messenger on windows 2008?
GOAL:
How to setup cgi messenger on windows Vista?
GOAL:
How to setup webspeed messenger on windows 2008?
GOAL:
How to setup webspeed messenger on windows Vista?
GOAL:
IIS 7 configuration for WebSpeed
GOAL:
What steps to setup WebSpeed work on Windows Vista ?
GOAL:
What steps to follow in order to make WebSpeed work on Windows Server 2008 ?
GOAL:
How to setup cgiip.exe with IIS 7 ?
GOAL:
How to setup wsisa.dll with IIS 7 ?
FACT(s) (Environment):
Windows Vista
Windows Server 2008
IIS 7.0
OpenEdge 10.1B
OpenEdge 10.1C
OpenEdge 10.2x
FIX:
1) Start by double checking if CGI/ISAPI features of IIS are installed going to:
Control Panel -> Program and Features -> Turn Windows features on or off -> will open Sever Manager window -> Roles -> Web Server(IIS) -> Roles Services \Application Development -> confirm that CGI, ISAPI Extensions are listed as status installed.
2) Create a virtual directory "scripts" (you name it). IIS Manager -> Web Sites -> Default Web Site -> Add Virtual Directory -> Alias: scripts, Physical path: c:\inetpub\scripts (or where cgiip.exe and/or wsisa.dll are located)
3) Allow cgiip.exe / wsisa.dll to run on IIS:
IIS Manager > Click on the server name > In the Home pane, under IIS -> ISAPI and CGI Restrictions -> add -> Add cgiip.exe and/or wsisa.dll and tick on "Allow extention path to execute" for them.
IIS Manager -> Web Sites -> Default Web Site -> scripts -> handler mappings -> edit handler permissions -> tick on "execute".
4) Create a virtual folder for webspeed images and doc going to:
IIS Manager -> Web Sites -> Default Web Site -> Add Virtual Directory -> Alias: webspeeed<version>, Physical path: <Install Directory>\webspeed