Set Up Without ArcGIS for Server
Responder's web browser makes use of ArcFM Server to display maps in the Map Viewer section. If you do not have an ArcFM Server instance set up, you can perform the following configuration to remove the Map icon and the Map Viewer. The steps to remove these are optional, you can still use the Responder web browser without them. However, you cannot use them without an instance of ArcFM Server installed and configured.
Remove Map Icon

- Open the web.config file located in: C:\Inetpub\wwwroot\Responder\Web.config.
-
In Web.config, look for the <appSettings> tag. This
section contains a number of <add key> tags, look for the one that
is close to the bottom (</appSettings>). Scroll down to this tag:
<add key="customerInput.showMapIcon" value="true"/>
- Change the value attribute from "true" to "false". This removes that map icon from the Customer Service page.
- Save and close Web.config.
Remove Map Viewer
- To remove the Map Viewer section from the web browser user interface, open Web.sitemap located in C:\Inetpub\wwwroot\Responder\Web.sitemap.
-
Find the following tag:
<siteMapNode url="~\Authorized\Viewer\Silverlight.aspx" title="$resources:Sitemap,MapViewerTitle" description="$resources:Sitemap,MapViewerDescription" > </siteMapNode>
-
Comment it out:
<!-- <siteMapNode url="~\Authorized\Viewer\Silverlight.aspx" title="$resources:Sitemap,MapViewerTitle" description="$resources:Sitemap,MapViewerDescription" > </siteMapNode> -->
- Save and close Web.sitemap.