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?
x86 to x64 migration
Moderator: infoRouter Guru
Re: x86 to x64 migration
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.
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.
Who is online
Users browsing this forum: No registered users and 1 guest