Copy link to clipboard
Copied
Hi there,
I am trying to set up CF 9 32bit (so i can run an access db) on my windows 7 64 bit computer.
all i get is:
Can any one help??? Thanks Jonathan Hemmings
Internet Information Services 7.5
Copy link to clipboard
Copied
Have you read through the countless posts about how to set up 32-bit CF on a 64-bit box?
Copy link to clipboard
Copied
i have looked at most of them on google the only one's i can find if
%windir%\system32\inetsrv\appcmd.exe set config -section:system.applicationHost/applicationPools -[name='DefaultAppPool'].enable32BitAppOnWin64:true
but that didnt work and the other was to turn on IIS metabase and iis6 config compatibility + ISAPI filters and extensions and that didnt work dont know what else to try
Thanks
Jonathan
Copy link to clipboard
Copied
Double check that you have in fact set an app pool to 32 bit mode: http://darrell.mozingo.net/2009/01/17/running-iis-7-in-32-bit-mode/
Then make sure your site is indeed running in that app pool. Also check the handler mappings are setup and enabled.
You should be good to go after that.
Cheers
Copy link to clipboard
Copied
Hi mate thanks for your reply.
check the handler mappings are setup and enabled. how do i do that?
Thanks
Jonathan