>I just wanted to pass on some interesting findings. We have been >attempting to run both .NET and CF8 on a 64-bit Windows 2003 server. It >is not working out too well. > >So far, it turns out that .NET will only run in 64-bit mode IIS on this >server. It also turns out the CF8 will only currently run in 32-bit mode >on IIS 6. Therefore, they are incompatible. You can run one or the >other, but not both. > >We are thinking about running a VM with CF8 only, but then we need to >buy another OS license for the virtual server; and, I am wary about >running a first time Windows virtual server in production mode. > >Let the buyer beware ... >
>Richard Colman >Computing Director >CODA Genomics, Inc. >www.codagenomics.com >949-305-5298 >949-228-0736 ".NET will only run in 64-bit mode IIS" That's simply incorrect. Install .NET v2.0 on x64, then change the bitness of IIS in the metabase: c:\inetpub\adminscripts>cscript adsutil.vbs set Enable32BitAppOnWin64 true Then install .NET on IIS: c:\windows\microsoft.net\framework\v2.0.50727>aspnet_regiis -i That will run 32-bit .NET on a 32-bit IIS worker process on Windows Server 2003 x64. - Matt Small ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301579 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

