Skip to main content
Participant
November 18, 2013
Question

Can't open cfm pages

  • November 18, 2013
  • 1 reply
  • 2303 views

New install of CF10 on IIS7 does not open any cfm pages tries to download instead.

This topic has been closed for replies.

1 reply

Legend
November 18, 2013

First try running the connector tool. C:\ColdFusion10\cfusion\runtime\bin\wsconfig.exe. Select "all" when prompted and then OK. Then try CF again.

Participant
November 18, 2013

It was one of the first things I tried. Thanks

Inspiring
November 19, 2013

Update CF 10 and then After running the connector tool (as run as admin), check the handler mappings in IIS

then double click on anyone of them to see, are they pointing to the correct location or not

You can test the same by creating a Test website in IIS with a test.cfm. Make sure that you have full admin rights on that Test website folder.

If you are not able to open CF 10 admin, then you can try to run CF 10 admin via it's internal port : http://www.youtube.com/watch?v=iHhSPTmRozM

Thanks

VJ


Usually, when a server attempts to offer a file that is supposed to be executed as a download instead, there is no file extension association for it.  This can be checked in both the handler mappings (where CF-associated file types are pointed to the isapi_redirect.dll file) and in your mime types (ensure that entries for CF-related extensions do NOT exist, or they may be interfering with the rendering process).

ColdFusion default renders CFM/L pages as text/html unless otherwise specified, so no mime type entries should exist.  (But handlers need to exist, or CF is never handed off the request when someone visits a page)