Kbase P154840: How to configure 32-bit webspeed messenger on 64-bit IIS 7 on Windows 2008/Vista
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/12/2010 |
|
Status: Verified
GOAL:
How to configure 32-bit webspeed messenger on 64-bit IIS 7 on Windows 2008/Vista
GOAL:
How to configure 32-bit webspeed messenger on 64-bit IIS 7 on Windows 2008
GOAL:
How to configure 32-bit webspeed messenger on 64-bit IIS 7 on Windows Vista
GOAL:
How to setup 32-bit ISAPI messenger on 64-bit IIS
GOAL:
How to setup 32-bit WSASP messenger on 64-bit IIS
GOAL:
How to configure wsisa.dll messenger on 64-bit IIS
GOAL:
How to configure wsasp.dll messenger on 64-bit IIS
FACT(s) (Environment):
Windows Vista
Windows 2008
IIS 7.0
FIX:
In order to run both 32-bit wsisa.dll and wsasp.dll messenger, the Application pool property of the 64-bit IIS needs to be changed to enable 32-bit Application support.
For the actual configuration use steps form solution P125146.
For IIS 7 64-bit, add the following the steps to enable 32-bit Application support:
1. Start > Run, and type "inetmgr" without the double quotes and click OK which will open up Internet Information Services window
2. Click on the plus node of the server to expand the tree
3. Click on the "Application pool" on the left pane
4. On the right pane, right mouse click on the DefaultAppPool > Select "Set Application Pool Defaults..."
5. On the General section, set "Enable 32-bit Applicatios" to True (By default it is False). Then click OK to save the change.
6. Click on the server name on the IIS on the left pane and Stop and start the IIS using the link on the very right hand side of the IIS window.