Skip to main content
rpenman65
Participating Frequently
May 15, 2017
Answered

Cold Fusion Object Handlers in IIS

  • May 15, 2017
  • 1 reply
  • 1207 views

I have recently upgraded from ColdFusion 9 to ColdFusion 11. However in my websites in IIS the object handlers still point to ColdFusion 9. I during the installation of CF 11 used the wsconfig and there are no error messages in the log files. I can find no documentation on how to point the Object Handlers to Cold Fusion 11. Can anyone help?

Thank you in advance!

    This topic has been closed for replies.
    Correct answer Priyank Shrivastava.

    I did as you advised and now on the CFAdmin site I am getting the following:


    Can you please check the ColdFusion Handlers, if they are missing under IIS.

    Also, please send an email at cf.install@adobe.com

    Thanks,

    Priyank

    1 reply

    Priyank Shrivastava.
    Inspiring
    May 15, 2017

    Hi,

    Could you please share browser error, so I can guide you.

    Also, check this blog post: Removing Corrupt Connector Dependencies from IIS » Adobe ColdFusion Blog

    Thanks,

    Priyank

    Thanks, Priyank Shrivastava
    rpenman65
    rpenman65Author
    Participating Frequently
    May 15, 2017

    Priyak,

    I have no browser error. The connector shows ColdFusion 9

    Priyank Shrivastava.
    Inspiring
    May 15, 2017

    Hi,

    There are left over handler still exist on your website. You have to remove them manually.

    First, run the ColdFusion 11 wsconfig and remove the connector(location: \ColdFusion11\cfusion\runtime\bin).

    Second, run the ColdFusion 9 wsconfig tool and remove the connector(\ColdFusion9\runtime\bin or C:\JRun4\bin). After you remove the connector, you have to check the handler mapping and verify that there are no ColdFusion 9 handler exist.

    Then only run the ColdFusion 11 connector. Please check the blog which I mentioned, it as covered most of the places where you can see the connector left over entries.

    Thanks,

    Priyank

    Thanks, Priyank Shrivastava