Zum Hauptinhalt gehen

SErvice Connections - Add Connection

Kommentare

3 Kommentare

  • Permanently deleted user
    Chase,

     

    Is your server that has GE installed behind proxy? if so you will need to set up the proxy properly to direct http request to internet. Modify the web.config from the following two locations:

     

    \\yourserver\c drive\inetpub\wwwroot\Geocortex\Essentials\REST

     

    \\yourserver\c drive\inetpub\wwwroot\Geocortex\Essentials\RestManager

     

    Add the following code inside of <system.net>

     

    <defaultProxy>

     

          <proxy proxyaddress="http://proxyserver:port" bypassonlocal="true"  />

     

        </defaultProxy>

     

    Jin

     

     
    0
  • Chase Carter
    Hi Jin,

     

    Thanks for your response.

     

    I currently have this:

     

        <defaultProxy>

     

          <proxy autoDetect="false" bypassonlocal="true" proxyaddress="http://xx.x.xxx.xxx:3128" scriptLocation="http://proxy.xx.xxxxx.xxx/proxy.pac" usesystemdefault="false" />

     

        </defaultProxy>

     

    Maybe there is something else I need to add to it?

     

    Chase
    0
  • Chase Carter
    I should add that I generated that from https://msdn.microsoft.com/en-us/library/sa91de1e.aspx back in 2012
    0

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