Answered by:
500 Internal server error with ColdFusion8 and IIS7

Question
-
User-1516351643 posted
After installing ColdFusion 8 to Windows 2008 with IIS7 I recieve this error.
<fieldset><legend>Error Summary</legend>HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.
</fieldset><fieldset><legend>Detailed Error Information</legend>Module IsapiModule Notification ExecuteRequestHandler Handler AboMapperCustom-52026 Error Code 0x800700c1 Requested URL http://127.0.0.1:80/cfide/administrator/ Physical Path C:\inetpub\wwwroot\CFIDE\administrator\ Logon Method Anonymous Logon User Anonymous
The handler is set, isapiModule enabled, I have even tried using credentials instead of pass-through authentication. I am not doing anything special here, what am I missing? Any help would be IMMENSLY appreciated.
Thursday, August 6, 2009 5:58 PM
Answers
-
User511787461 posted
The cold-fusion ISAPI is probably 32-bit only, so you probably need to run IIS in 32-bit mode
%windir%\system32\inetsrv\appcmd.exe set config -section:system.applicationHost/applicationPools -[name='DefaultAppPool'].enable32BitAppOnWin64:true
- Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
Thursday, August 6, 2009 6:13 PM
All replies
-
User511787461 posted
The cold-fusion ISAPI is probably 32-bit only, so you probably need to run IIS in 32-bit mode
%windir%\system32\inetsrv\appcmd.exe set config -section:system.applicationHost/applicationPools -[name='DefaultAppPool'].enable32BitAppOnWin64:true
- Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
Thursday, August 6, 2009 6:13 PM -
User-1516351643 posted
THIS is the single best thing I have read all week. A thousand thanks to you Anil Ruia! This worked 100%
Thursday, August 6, 2009 6:28 PM -
User-1206201319 posted
Worked like a charm!!Sunday, December 27, 2009 11:35 AM -
User-784753292 posted
Alternatively, download the 64-bit version of ColdFusion. Available for both version 8 and 9.Sunday, January 10, 2010 2:36 PM -
User1242362812 posted
I am trying this command its just hanging for a while could you help me run it.
Friday, June 3, 2011 1:45 PM -
User3724590 posted
I had a client that migrated to a new Windows 2008 server but still running ColdFusion 8 (32-bit) Standard Edition and this worked like a charm and saved me hours of frustration. Thanks. Now just to figure out how to get SMTP running on IIS7 (worked so easy on IIS6).Tuesday, June 7, 2011 7:24 AM -
User-1302167672 posted
Pardon my ignorance. New to both Windows7 Pro and IIS 7.5. Where do I run this instruction? I suspect it is the answer to my problem. Running 32-bit CF8 (registered copy) on 64-bit Win 7 Pro. Have IIS 7.5 running.
Saturday, September 17, 2011 11:46 PM -
User-1672167363 posted
Hello @ shaas5,
Have you looked at http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe/
IIS Net Library guide for using appcmd ?
If you start with an "Elevated Command Prompt" from the "Task Bar" http://forums.iis.net/p/1178151/1981859.aspx#1981859 thread
check "How-to-Geeks" or the "Seven Forums" for how to create the Short-Cut and Pin to the "Task Bar".
You can change directory cd to the %systemroot%\system32\inetsrv\APPCMD and run the command.
If you need help with appcmd %systemroot%\system32\inetsrv\APPCMD /? displays help and examples.
Martin
Sunday, September 18, 2011 6:26 AM -
User1216943167 posted
Fresh install of Cold Fusion 9.0.1 x64 on my 2008R2 system. When I change my application pool from "Network Service" to "ApplicationPoolIdentity" then Cold Fusion would operate just fine. I had to make this change to even finish the installation correctly. I would get the error when it would launch the admin to complete the server configuration. Hope that this helps.
Thursday, September 29, 2011 3:41 PM -
User1696588344 posted
Your post is 2 years old and it's still helping people. I just wasted 3 hours pulling my hair out until I found your post. Bless you!
Thursday, November 10, 2011 1:03 PM