[mapguide-commits] r7937 - trunk/Tools/Maestro/Maestro

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Nov 27 06:02:14 PST 2013


Author: jng
Date: 2013-11-27 06:02:13 -0800 (Wed, 27 Nov 2013)
New Revision: 7937

Modified:
   trunk/Tools/Maestro/Maestro/App.config
Log:
Add proxy server support for Maestro. Patch by Johan Van de Wauw

Modified: trunk/Tools/Maestro/Maestro/App.config
===================================================================
--- trunk/Tools/Maestro/Maestro/App.config	2013-11-27 13:01:44 UTC (rev 7936)
+++ trunk/Tools/Maestro/Maestro/App.config	2013-11-27 14:02:13 UTC (rev 7937)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <configuration>
-    <!-- 
+  <!-- 
     If you use the Local Native Connection, setup assembly binding redirection by
     editing this file here. For more information, visit the following links:
     
@@ -14,7 +14,7 @@
     
     Note that Local Native Connection is not available for Mono.
     -->
-    <!--
+  <!--
     <runtime>
         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
             <dependentAssembly>
@@ -28,4 +28,10 @@
         </assemblyBinding>
     </runtime>
     -->
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
+  <startup>
+    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
+  </startup>
+  <system.net>
+    <defaultProxy useDefaultCredentials="true" />
+  </system.net>
+</configuration>



More information about the mapguide-commits mailing list