some older asp.net apps on IIS 7.0. The MOSS installer failed saying it could not proceed due to
the fact that IIS was running with 32 bit emulation.
Had to jog my memory on how to set and reset the emulation since once MOSS was installed needed to restore 32 emulation. (http://sakafi.wordpress.com/2009/10/19/asp-net-iis-and-32-bit-emulation-mode-in-64-bit-server/)
ASP.NET , IIS and 32 bit emulation mode in 64 bit server
- Click Start, click Run, type cmd, and then click OK.
- Type the following command to disable the 32-bit mode:cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
- iisreset
- Install MOSS 2007
- Reboot
- Type the following command to disable the 32-bit mode:cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
- iisreset
No comments:
Post a Comment