October 20, 2019
Note to Self: IIS 10 Pre-Requisites for ColdFusion 2018
Comments
(6)
October 20, 2019
Note to Self: IIS 10 Pre-Requisites for ColdFusion 2018
Newbie 49 posts
Followers: 42 people
(6)

This is more of a note to self than anything… I need it because a.) this isn’t the sort of thing I do frequently enough to commit to memory and b.) because a Google Search for “IIS Installation pre-requisites for ColdFusion 2018” doesn’t come back with an obvious “make sure x, y, and z are installed in IIS.”

When performing a fresh install of ColdFusion 2018 on a Windows Server running IIS, you need to select the following options in the IIS features setup as pre-requisites.

  • ASP.NET
  • CGI
  • ISAPI Extensions
  • ISAPI Filters

That’s all… don’t overthink it and commit it to memory so next time you don’t need to try and figure out “did I need this?  What about that?”

6 Comments
Jul 22, 2020
Jul 22, 2020
Like
()
(1)
Oct 22, 2019
Oct 22, 2019

Hi, David. I’m sure this will help many.

FWIW, this info IS in the CF docs at https://helpx.adobe.com/coldfusion/installing/configuring-your-system.html, and that page came up (for me) as the 4th hit for that search string in Google. 🙂

That said, if you searched on the page for “prereq”, it would find refs to that related to things other than IIS. But if you search that page for IIS, you’ll see the second box about it does list these things that need to be enabled in IIS. (It doesn’t mention isapi filters, but it mentions isapi extensions, and when we enables one Windows offers to enable the other.)

And also, the need for these is not limited to being needed for either CF2018 (but also 2016, 11, and before) and not just for Windows Server but also Home.

Finally, if it helps some readers who may find this post, we would enable these things in Windows Server using its Server Manager tool and in Windows Home using its “Turn Windows Features On or Off”.

It helps many to be reminded of such core things once in a while. Thanks.

Like
(1)
(3)
Add Comment