Consultor Eletrônico



Kbase 19751: WSASP.DLL and Active Server Pages for WebSpeed
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/09/2010
Status: Verified

GOAL:

WSASP.DLL and Active Server Pages for WebSpeed

GOAL:

How to use WSASP.DLL and Active Server Pages for WebSpeed

GOAL:

how to setup webspeed with wsasp messenger.

GOAL:

how to configure webspeed with wsasp messenger.

FACT(s) (Environment):

WebSpeed 3.x
Windows
OpenEdge 10.x

FIX:

Before using the WebSpeed ASP Messenger, you must perform some Configuration:

1) Log in as administrator of the machine during the following steps.

2) Shutdown IIS.
Win NT, 98, & 95: From the control panel - services, stop IIS Admin Service, and WWW Publishing Service.
Win2k: Right-click on My Computer and select Manage. Then under services choose IIS Admin Service and choose stop.

3) Register wsasp.dll file.
Open a DOS window, change directory to $DLC/bin, and type:
regsvr32.exe wsasp.dll
Press Return. A message box indicates a successful registration.

4) Restart IIS.
Win NT, 98, & 95: From the control panel - services, start IIS Admin Service, and WWW Publishing Service.
Win2k: Right-click on My Computer and select Manage. Then under services choose IIS Admin Service and choose start then do the same for WWW Publishing services and FTP Publishing.

5) Create a new virtual directory wsasp within the IIS Web server. The directory must point to $DLC/webspeed/wsasp and must have execute permissions.

In win2k right-click on My Computer then choose manage. Under Services and Applications right-click on Default Web Site and choose new virtual directory. The wizard will assist you in pointing it to $DLC/webspeed/wsasp. Choose Read, Write, and Execute for permissions.

6) To enable the WebSpeed ASP Example, you must:
a) Create a copy of the Sports2000 database.
b) Create a WebSpeed broker named wsbroker1 whose agents connect
to Sports2000.
c) Make wsbroker1 the default service. (If you forget this you
might see error 'ASP 0115' Unexpected error)
7) Point your browser to
http://localhost/wsasp/default.htm
This page links to the configuration and verification page,
to WebSpeed ASP Messenger documentation, and also to a
WebSpeed ASP example.