iiscoldfusionwindows-10coldfusion-10

How to get Coldfusion 10 to work with IIS 10 in Windows 10


Windows 10 comes with IIS 10, and ColdFusion 10 doesn't seem to like it. ColdFusion 10 installs fine, but when it comes time to create connectors (either during installation or by using the tool at C:\ColdFusion10\cfusion\runtime\bin\wsconfig.exe), it fails. The error message I get is that it doesn't support IIS 10.

enter image description here

This connector is required to set up the CFIDE and jakarta virtual folders in IIS.

Any way around this?


Solution

  • An already deleted blog post from blogs.coldfusion.com (http://blogs.coldfusion.com/post.cfm/configuring-connectors-manually-for-iis-10) once stated the following

    With Windows 10 out, there is a problem that most of the ColdFusion customers will face, configuring connectors for IIS 10. Wsconfig, the connector configuration tool, only supports till IIS 8.x. While the ColdFusion team is working on this issue and will try to provide the fix for it as soon as possible, there is already a KB article which can be referred for configuring the connectors manually. Although the article was originally written for CF10, it can be used for CF11 also. After following all the steps in the article, you need to do one more thing. Add index.cfm as default document for your website in IIS.

    This solution is only recommended for development environments as through testing of the connectors with IIS 10 is still going on. So for production machines, you should wait for the actual release from Adobe.

    UPDATE

    Important update: Note that ColdFusion 10 and 11 have been updated to support Windows 10, a couple months after this blog post was first written. Consider applying that update rather than this manual configuration.