Skip to main content
April 7, 2011
Question

CF 9 32bit on Windows 7 64bit

  • April 7, 2011
  • 1 reply
  • 1501 views

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

Error Summary

HTTP Error 500.0 - Internal Server Error

The page cannot be displayed because an internal server error has occurred.

Detailed Error Information
ModuleIsapiModule
NotificationExecuteRequestHandler
HandlerAboMapperCustom-86262
Error Code0x800700c1
Requested URLhttp://127.0.0.1:80/CFIDE/administrator/index.cfm
Physical PathC:\inetpub\wwwroot\CFIDE\administrator\index.cfm
Logon MethodAnonymous
Logon UserAnonymous

Most likely causes:
  • IIS received the request; however, an internal error  occurred during the processing of the request. The root cause of this  error depends on which module handles the request and what was happening  in the worker process when this error occurred.
  • IIS was not  able to access the web.config file for the Web site or application. This  can occur if the NTFS permissions are set incorrectly.
  • IIS was not able to process configuration for the Web site or application.
  • The authenticated user does not have permission to use this DLL.
  • The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    April 7, 2011

    Have you read through the countless posts about how to set up 32-bit CF on a 64-bit box?

    April 7, 2011

    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

    April 7, 2011

    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