To enable IIS 6.0 to run 32-bit applications on 64-bit Windows: 1. Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory. 2. Type the following command: cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true 3. Press ENTER.
Read MoreThe facts: – ColdFusion (CF) installed on server 10.0.0.1 (server 1) – IIS installed on server 10.0.0.2 (server 2) – Both server will be distributed. Step by step tutorial: Install ColdFusion on server 1 with option: built in web server. Install IIS and JRE version <= 1.4 on server 2. Copy cf_rootruntimelibwsconfig.jar from server 1 […]
Read More