Page 1 of 1

x86 to x64 migration

Posted: Tue Sep 01, 2009 6:46 am
by Haido
I am running infoRouter on a X64 2003 server but IIS is running in 32 bit compatibility mode.
What should I do to run infoRouter in 64 bit mode?

Re: x86 to x64 migration

Posted: Mon Nov 09, 2009 10:10 am
by Admin
The following command disables 32 bit mode on IIS.

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0

The following command re-registers ASP.net for x64

%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i


Run infoRouter live update program (IRLiveUpdate80.exe) located in application path.
The live update program replaces X86 Dlls with the X64 dlls and re-maps the required ISAPI handlers in web.config.