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 .

作者: 峻祁连
邮箱:junqilian@163.com 
出处: http://junqilian.cnblogs.com 
转载请保留此信息。




本文转自峻祁连. Moving to Cloud/Mobile博客园博客,原文链接:http://www.cnblogs.com/junqilian/archive/2013/01/31/2886738.html ,如需转载请自行联系原作者
相关文章
|
6月前
|
前端开发 数据库
返回参数不用实体类,用map返。resultType=“Map“,以及使用map不返回空的值解决办法,
返回参数不用实体类,用map返。resultType=“Map“,以及使用map不返回空的值解决办法,
166 1
|
编解码 机器人 Android开发
Android10.0 OTA 错误解决办法(@/cache/recovery/block.map‘ failed)
Android10.0 OTA 错误解决办法(@/cache/recovery/block.map‘ failed)
689 0
|
C语言 Android开发 C++
Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list
Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list
122 0
Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list
解决办法:error: ‘unordered_map’ in namespace ‘std’ does not name a template type
解决办法:error: ‘unordered_map’ in namespace ‘std’ does not name a template type
537 0
|
C++
C++ std::map报错的解决办法:_Rb_tree_increment(std::_Rb_tree_node_base const
C++ std::map报错的解决办法:_Rb_tree_increment(std::_Rb_tree_node_base const
1200 0
|
SQL 分布式计算 负载均衡
Out of memory due to hash maps used in map-side aggregation解决办法
在运行一个group by的sql时,抛出以下错误信息: Task with the most failures(4):  -----Task ID:  task_201411191723_723592_m_000004URL:  http://DDS0204.
1251 1
Java--- Ambiguous mapping. Cannot map "***Controller" been method解决办法
打开网页报错: Ambiguous mapping. Cannot map 'handController' method  public com.smallchill.core.toolbox.ajax.
2083 0
|
Web App开发 JavaScript 存储
jquery.min.map 404 (Not Found)出错的原因及解决办法
Chrome 更新后出现了 jquery.min.map 404  (Not Found) 的信息 这个到底是什么东西?查询了一下,得到了以下资料 JQuery 官方解释 摘录一下內容 从 jQuery 1.9.0 版本后在原始代码里会有 @ sourceMappingURL=jquery.min.map 什么是Source map 简单说,Source map就是一个信息文件,里面存储着位置信息。
2871 0
|
2月前
|
Go 定位技术 索引
Go 语言Map(集合) | 19
Go 语言Map(集合) | 19
|
2月前
|
存储 前端开发 API
ES6的Set和Map你都知道吗?一文了解集合和字典在前端中的应用
该文章详细介绍了ES6中Set和Map数据结构的特性和使用方法,并探讨了它们在前端开发中的具体应用,包括如何利用这些数据结构来解决常见的编程问题。
ES6的Set和Map你都知道吗?一文了解集合和字典在前端中的应用