Please help me to solve WebSpeed Config Error

rizvikareem

New Member
Hi All,

Im using Progress 9.1D in Vista envrment. IIS 7.0 as webserver.
I created vertual directory (scripts) in c:\inetpub\scripts and copied the following files into that

1. cgiip.exe
2. cgiip.wsc
3. wsisa.dll

My webserver is working properly and my webSpeed broker config as follows,
Name: wsbroker1
Controling NameServer : NS1

I start NA1 and then wsbroker1. after that from appBuilder I test url
http://localhost/scripts/cgiip.exe/WService=wsbroker1

Web Page Error(s) as follow,
HTTP Error 404.0 - Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.


-----------------------------------------------------------
Detailed Error Information
ModuleIIS Web CoreNotificationMapRequestHandlerHandlerStaticFileError Code0x80070002
Requested URLhttp://localhost:80/scripts/cgiip.exe/WService=wsbroker1Physical PathC:\inetpub\scripts\cgiip.exe\WService=wsbroker1Logon MethodAnonymousLogon UserAnonymousFailed Request Tracing Log DirectoryC:\inetpub\logs\FailedReqLogFiles


Please help me to run sample WebSpeed Application.

Thanks in advance.

Rizvi Kareem.
Sri Lanka.
rizvikareem@gmail.com
 

FrancoisL

Member
Did you do all these steps?

D: P125146
Title: "How to configure IIS 7 on Vista for WebSpeed ?"
Created: 07/27/2007 Last Modified: 10/07/2009 Status: Verified


Goals:
How to configure IIS 7 on Vista for WebSpeed ?
IIS 7 configuration for WebSpeed
What steps to follow in order to make WebSpeed work on Vista ?
What steps to follow in order to make WebSpeed work on Windows Server 2008 ?
How to setup cgiip.exe with IIS 7 ?
How to setup wsisa.dll with IIS 7 ?



Facts:
Windows Vista
IIS 7.0




Fixes:
First double check if CGI/ISAPI features of IIS are installed via:
Control Panel -> Programs -> Program and Features -> Turn Windows features on or off -> Internet Information Services -> World Wide Web Services -> Application Development Features: CGI, ISAPI Extensions
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)
Then allow cgiip.exe / wsisa.dll to run on IIS:
IIS Manager -> 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".
You will also be probably missing virtual folder for webspeed images etc, in this case:
IIS Manager -> Web Sites -> Default Web Site -> Add Virtual Directory -> Alias: webspeeed<version>, Physical path: <Install Directory>\webspeed


Notes:
References to Written Documentation

Progress Solution:

P110296: Is Progress supported on Microsoft Vista?"
 
Top