Zum Hauptinhalt gehen

WMS - Map Module OK - Client Fails to Draw

Kommentare

1 Kommentar

  • Permanently deleted user

    We experienced something similar on our servers.  Out issue was that we could not add any external services via manager or via the "add data" button.

    What we had to do to get these to work was add some proxy info to the web.config files under both E:\Latitude Geographics\Geocortex Essentials\Default\REST Elements\REST and E:\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Manager

    The code we needed to add was:

     

        <defaultProxy useDefaultCredentials="true">

     

          <proxy usesystemdefault="False" scriptLocation="Your Proxy URL here" />

     

        </defaultProxy>

    and it went right after the </requestCaching> tag in both the Rest and Manager web.config files.

     

    I hope this helps.  I know how frustrating it can be.

     

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.