当前位置: 代码迷 >> CGI >> IIS上怎么配置用C++开发的fastcgi环境
  详细解决方案

IIS上怎么配置用C++开发的fastcgi环境

热度:481   发布时间:2012-02-29 16:44:11.0
IIS上如何配置用C++开发的fastcgi环境
我用C++开发一个fcgi程序,主要是解决一个不能用web解决的问题,现在,测试用CGI完成后,不知道如何配置成fcgiext.ini文件,所以,运行后会出现Section [FCGI] not found in config file等的错误信息。
请高手帮忙解决。

------解决方案--------------------
FASTCGI不能运行在IIS里,它对IIS的支持,只是支持php的cgi方式,用Apache吧,fastcgi是专门为它写的
IIS一般都是用ISAPI,它和IIS是完美组合
------解决方案--------------------
Maybe you can watch the following Url
也许Lz可以参考以下下面的url
---------------------------------------------------
Install IIS FastCGI
http://www.witsuite.com/support/knowledge-base/manual-installation/install-iis-fastcgi.php

Table of Contents
Overview
Install IIS FastCGI component on Windows XP
Download
Unattended install
Installation wizard
Enable IIS FastCGI module on Windows Vista
Download and install Service Pack 1
Enable IIS CGI feature
Overview
  相关解决方案