--- In [email protected], "Laurence" <lmacne...@...> wrote: > > Well, I figured this one out, too... Apparently it's not possible to install > 32-bit *anything* on 64-bit IIS, unless you put IIS into "32-bit mode" by > running the following script: > C:\Inetpub\AdminScripts\cscript.exe adsutil.vbs set > W3SVC/AppPools/enable32BitAppOnWin64 "true" > > And it's that script that kills CertSrv on 64-bit IIS. This flag must be set > to false in order for CertSrv to work on IIS. > > So to solve the problem, I talked my boss into buying 64-bit ColdFusion 9 > Standard Edition Upgrade. Hell of a solution, eh? LOL > > Anyway -- thanks to the guy from Adobe who e-mailed me off-list (and > especially thanks to the group-member here who forwarded my e-mail to him!!) > Without your help, I'd never have figured this out. (I'm not naming names, > in case they want their identities kept private -- but I know who you are, > and you have my gratitude.)
I think you may be able to just set up a single application pool to 32 bit, but I am not sure if CertSrv can run in one application pool while CF8 runs in another. For more details, check out http://www.insideria.com/2009/09/64-bit-windows-iis-and-microso-1.html HTH; Amy

