ArcGIS 企业版 Survey123 网站安装
Naviam
October 26, 2022


如果您在没有使用集成Windows身份验证(IWA)的ArcGIS企业平台上安装本地Survey123网站的情况下使用Survey123,则可能已经注意到 IWA 的登录过程并不总是顺利进行的。使用正确的配置安装本地部署的Survey123网站,将通过IWA为Survey123提供更可预测的登录体验。
按照以下步骤使用 IWA 在本地(物理或虚拟机)服务器上配置 Survey123 网站。此配置还将允许使用内置门户帐户登录。Survey123 网站必须安装在已安装和配置了 ArcGIS Portal 的计算机上。
1<?xml version="1.0" encoding="UTF-8"?>2<configuration>3 <system.webServer>4 <rewrite>5 <rules>6 <clear />7 <rule name="ReverseProxyHTML"
stopProcessing="false">8 <match url="(^$|.*\.html$)" />9 <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />10 <action type="Rewrite"
url="http://localhost:5080/{R:1}" />11 <serverVariables>12 <set name="HTTP_X_ORIGINAL_ACCEPT_ENCODING" value="{HTTP_ACCEPT_ENCODING}" />13 <set
name="HTTP_ACCEPT_ENCODING" value="" />14 </serverVariables>15 </rule>16 <rule name="ReverseProxyInboundRule1" stopProcessing="true">17 <match
url="(.*)" />18 <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />19 <action type="Rewrite" url="http://localhost:5080/{R:1}" />20 </rule>21
</rules>22 <outboundRules>23 <rule name="update base tag" preCondition="isHTML">24 <match filterByTags="Base" pattern="^/(.*)" />25
<action type="Rewrite" value="/survey123/" />26 <conditions trackAllCaptures="false">27 <add input="{URL}" pattern="/" />28 </conditions>29
</rule>30 <preConditions>31 <preCondition name="isHTML">32 <add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />33
</preCondition>34 </preConditions>35 </outboundRules>36 </rewrite>37 </system.webServer>38</configuration>39Convert survey123 folder to an application in IIS (right click folder)








安装后设置了上面列出的所有内容,但需要ArcGIS Enterprise管理员手动添加Survey123网站托管网址 https: //:5443 <survey123website.domain >作为重定向到门户网站以允许登录。要做到这一点:
如果你打算设置反向代理接入点,这很可能包括反向代理接入点,例如:https://survey123website.domain/survey123
Discover everything you need to know to modernize your asset management strategy.
Inside, you’ll learn:

ActiveG, BPD Zenith, EAM Swiss, InterPro Solutions, Lexco, Peacock Engineering, Projetech, Sharptree, and ZNAPZ have united under one brand: Naviam.
You’ll be redirected to the most relevant page at Naviam.io in a few seconds — or you can
go now.