Skip to main content
Inspiring
December 31, 2013
Answered

Trying to install CF10

  • December 31, 2013
  • 1 reply
  • 1004 views

I am trying to install CF10 on a virtual server.

The server is a Windows 8 R2 with Service Pack 1 installed.  Dual 2.53 GHz with 6144MB of RAM.  The server has IIS7 installed.

I got most of the way through and got this error.

There is one website installed on the server.

I am now a programer, server administrator nor a web developer.  I'm just a guy in our department not afraid to try and tackle a wbesite. 

Could you please let me know (in layman's terms) what I need to do to get CF installed?

Thank you!

    This topic has been closed for replies.
    Correct answer Anit_Kumar

    Hi ctreeves,

    Please ensure all of these IIS features are enabled:

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

    The above options can be installed, by following the steps mentioned under Installing IIS Features on Windows 7 at http://msdn.microsoft.com/en-us/library/hh167503(v=nav.70).aspx

    Regards,

    Anit Kumar

    1 reply

    Anit_Kumar
    Community Manager
    Anit_KumarCommunity ManagerCorrect answer
    Community Manager
    December 31, 2013

    Hi ctreeves,

    Please ensure all of these IIS features are enabled:

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

    The above options can be installed, by following the steps mentioned under Installing IIS Features on Windows 7 at http://msdn.microsoft.com/en-us/library/hh167503(v=nav.70).aspx

    Regards,

    Anit Kumar

    ctreevesAuthor
    Inspiring
    January 6, 2014

    The role for the CGI feature was missing.  My IT added it and I was able to install CF!

    Thank you