Thank you so much for this. We got it to work once, but then had to reinstall IIS and can't seem to get it to work again.
What is the exact required order of event during the installs? Rick. ".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:301612 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

