与IIS7的Coldfusion 9安装问题

Sau*_*aul 6 coldfusion installation

安装了Windows Web服务器2008 R2 64位,CF9 64位,IIS7,ISAPI扩展和过滤器以及II6元数据库兼容性.操作系统默认为C,并尝试将CF安装到D:

测试IIS并在http://localhost/index.html上的 c:\ inetpub\wwwroot中正确显示index.html

然后我将CF安装到D:\,单个标准服务器许可证,选择运行所有IIS站点,选择C:\ inetpub\wwwroot作为管理员的Web根目录,当它到达应该打开管理员的位要完成安装,它会以500错误打开浏览器.

现在当我回到http://localhost/index.html我也得到500错误,如果我卸载CF我可以再次到达html页面.

CFIDE已经大概正确安装在C:\ inetpub\wwwroot中.谁能告诉我哪里出错了.

更新

确切的IIS错误是

HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.

Module  IsapiModule
Notification    ExecuteRequestHandler
Handler AboMapperCustom-28262
Error Code  0x800700c1
Requested URL   http://127.0.0.1:80/test.htm
Physical Path   C:\inetpub\wwwroot\test.htm
Logon Method    Anonymous
Logon User  Anonymous
Run Code Online (Sandbox Code Playgroud)

解决方法如下

小智 6

应用程序池>高级设置下的设置启用32位应用程序.将此设置为True,您将可以访问CFIDE>管理员页面.


Sau*_*aul 2

我很羞愧地承认这一点,但问题是我以为的 cf9 64 位安装程序实际上是 32 位安装程序。

@Dave 和 @CfSimplicity 非常感谢你们的帮助,特别是 IIS 用户帐户的内容对我来说是新的学习。