Configuring Responder/Smart Grid
Set Client-Side Visibility

Version: 10.1

Resource Center Home

Client-side visibility impacts whether the web application respects the settings in the Layers field or the settings as they are defined in the map document (mxd) on the server. When you expand the Layers control in an ArcFM for Silverlight web application, you'll see that you can turn layers on or off. If you have the application set to respect client-side visibility, the Identify tool will only retrieve the layers that are selected (checked) in the Layers control.

To disable client-side visibility:

  1. Browse to C:\Inetpub\wwwroot\Responder\Web.config.
  2. Open Web.config. Use any text editing application (e.g., Notepad).
  3. Look for XML similar to the following. These lines reside in the <map.Service> section and in the <switchOrder.map.Service> section. Ensure you are updating the configuration section for the applicable page.
Copy Code
<LayerVisibility>
    <ClientSideVisibility Visible="true" ScaleRange="True" />
</LayerVisibility>
  1. Set the Visible value to False.
  2. Save Web.config. Refresh the browser to view changes.

Figure 1, Client-side Visibility set to True

Figure 2, Client-side visibility set to False


Send Comment to documentation@schneider-electric.com