/[projects]/dao/DaoMqPump2/DaoMqGUI/app.config
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoMqGUI/app.config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1986 by torben, Wed Jul 3 07:56:52 2013 UTC revision 2058 by torben, Wed Aug 28 06:45:20 2013 UTC
# Line 20  Line 20 
20              </basicHttpBinding>              </basicHttpBinding>
21          </bindings>          </bindings>
22          <client>          <client>
23              <endpoint address="http://localhost:8000/RemoteControl/RemoteControl"              <endpoint address="http://dao-nb-1084:8000/RemoteControl/RemoteControl"
24                  binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IRemoteControl"                  binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IRemoteControl"
25                  contract="ServiceReference1.IRemoteControl" name="BasicHttpBinding_IRemoteControl" />                  contract="ServiceReference1.IRemoteControl" name="BasicHttpBinding_IRemoteControl" />
26          </client>          </client>
27      </system.serviceModel>      </system.serviceModel>
28    
29      <system.net>
30        <defaultProxy>
31          <proxy bypassonlocal="true" usesystemdefault="false" />
32        </defaultProxy>
33      </system.net>
34      
35  <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>  <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Legend:
Removed from v.1986  
changed lines
  Added in v.2058

  ViewVC Help
Powered by ViewVC 1.1.20