Web Application Post Install
1 Gis Server Name and InstanceName
Gis Server Instance: ArcGIS_hsg(ArcGIS)
GIS Server: KD001(HSG)
2 GIS Server Web Services Account
Account Name : KD001/ArcGISWebServices [ArcGIS Server Manger Web LogIn 用户]
password: hsg
一个存在本地域帐号:HSG/Administrator
pwd: 上述帐号的密码
Add Account KD001/ArcGISWebServices to the Services.config file found at:
c:/inetput/wwwroot/ArcGIS_hsg/services
user KD001/ArcGISWebServices has been validated.
C:/Inetpub/wwwroot/ArcGIS_hsg/Services
web.config :
-----------------------------------------------
<configuration>
<system.web>
<httpHandlers>
<add verb="*" path="*.agsx" type="ESRI.ArcGIS.WebServices.HandlerFactory, ESRI.ArcGIS.WebServices, Version=9.2.0.1263, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" validate="false" />
</httpHandlers>
<httpModules>
<add type="ESRI.ArcGIS.WebServices.ModuleRewriter, ESRI.ArcGIS.WebServices, Version=9.2.0.1263, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" name="ModuleRewriter" />
</httpModules>
</system.web>
<appSettings>
<add key="ServiceInfoRefreshTimeInSeconds" value="10" />
</appSettings>
</configuration>
-------------------------------------------------
services.config
-------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GISServers>
<GISServer>
<ServerNames>
<ServerName>KD001</ServerName>
</ServerNames>
<ConnectionMode>FailOver</ConnectionMode>
<MaxRequestLength>512000</MaxRequestLength>
<Identity>
<EncodedString>QVUMQNHBSBWBJNENYNWBENUMEMHMQNENYMPZJBUCPTPZFBLBQCQCWC</EncodedString>
</Identity>
</GISServer>
</GISServers>
</Config>
-------------------------------------------------