Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF 9 32bit on Windows 7 64bit

Guest
Apr 07, 2011 Apr 07, 2011

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.

1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Apr 07, 2011 Apr 07, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 07, 2011 Apr 07, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 07, 2011 Apr 07, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 08, 2011 Apr 08, 2011
LATEST

Hi mate thanks for your reply.

check the handler mappings are setup and enabled.  how do i do that?

Thanks

Jonathan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources