Kbase 18196: Active Server Pages and WebSpeed 2.1
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to install the correct Progress WebSpeed Messenger and Configuration Tool for use with MicroSoft's Active Server Page (ASP) technology.
FACT(s) (Environment):
Webspeed 2.1
FIX:
During the normal installation process for WebSpeed, the DLL files that allow Progress to interact with the ASP files are not registered for use on the machine.
Make sure you are logged in as the Administrator of the machine and take the following steps depending upon you version of WebSpeed.
Follow these steps for WebSpeed Version 2.1:
1) Open a command window.
2) Change directory into your WEBSPEED\bin directory.
3) Register the WSASP Messenger by executing the following
command:
regsvr32 wsasp.dll
4) Register the ASP support object by executing the following
command:
regsvr32 asputil.dll
5) Close all running programs.
6) Reboot the machine.
7) After the machine has rebooted, follow these steps to enable
the ASP verification and customization page and to create a
new virtual directory:
a) Using INETMGR, create a virtual directory for Doc
Root\WebSpeed\WSASP.
Doc Root is normally your IIS document root. If you
call your virtual directory WSASP, you can access the
ASP default page via the URL:
http://hostname/WSASP
b) Give this directory both Read and Execute permissions.
Use Windows NT Explorer to change the default file
permissions on this directory. Remove the Everyone
group and the IUSR* account that IIS creates.
Add any users or groups to whom you want to give
access.