zoukankan      html  css  js  c++  java
  • FastCGI must be properly configured before attempting to connect to Map Server.问题的解决办法

    大家在使用Infrastructure  Studio连接到AIMS时可能会遇到下面的问题:

    ---------------------------
    Unable to complete request to Site
    ---------------------------
    FastCGI must be properly configured before attempting to connect to Map Server.

       

    解决这个问题,有下面几个点需要检查:

    1. 确保在安装IIS时已经安装了CGI. 打开控制面板 -->进入到程序和功能(Control Panel\All Control Panel Items\Programs and Features) –> 打开和关闭windows功能(Turn Windows Features on or off), 勾选CGI:

    image

    2. IIS管理器里面关掉MapServer2013的 “ASP.NET Impersonation” . IIS管理器里点mapserver2013, 右边选Authentication ,然后选 “ASP.NET Impersonation” 在右边点“Disable” imageimage

    另外确保你的mapserver2013选用的是MapServer2013AppPool 这个应用程序池:

    image

    3. 把 Enable 32bit applications 设置为false. 从应用程序池(Application Pools)里选择 MapServer2013AppPool,然后选高级设置“Advanced Settings…” ,把 Enable 32bit applications 改为 False.

    image

    AIMS 2013 完全安装指南看这里 post .

  • 相关阅读:
    linux查看与设置主机名
    为什么用户主目录下.bash_profile没有自动执行
    sqlplus查看服务名
    linux之cp/scp命令+scp命令详解
    查看磁盘使用量
    yum源
    微软输入法删除
    Android下 ionic view 无法登录
    inline-block在ie6中的经典bug
    Apache端口配置
  • 原文地址:https://www.cnblogs.com/junqilian/p/2886738.html
Copyright © 2011-2022 走看看