App.config 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <appSettings>
  4. <!--<add key="DBMeter" value="Data Source=.;Initial Catalog=黑河;uid=sa;password=123456;" />-->
  5. <add key="UserName" value="02" />
  6. <add key="Pwd" value="SHANDONGWEIWEI" />
  7. <add key="DBMeter" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Program Files\潍微科技远程抄表管理系统\DB\MeterDB.mdb" />
  8. <add key="upDataUrl" value="http://114.115.162.140:8099/water/Interface/data/UploadMeterData.jsp" />
  9. <add key="NBMeter" value="Data Source=182.92.149.41;Initial Catalog=Mul_AMRS_NBManager;uid=sa;password=wwkj@2136807" />
  10. <add key="LoraMeter" value="Data Source=47.105.90.108;Initial Catalog=代县;uid=sa;password=wwkj@2136807" />
  11. </appSettings>
  12. <system.serviceModel>
  13. <bindings>
  14. <basicHttpBinding>
  15. <binding name="GeneralWebServiceSoapBinding" />
  16. <binding name="IYCMarkServiceSoap" />
  17. </basicHttpBinding>
  18. </bindings>
  19. <client>
  20. <endpoint address="http://192.168.0.48:8088/webservice4o3mis/ws/general" binding="basicHttpBinding" bindingConfiguration="GeneralWebServiceSoapBinding" contract="QZSOAPClient.GeneralWebService" name="GeneralWebServicePort" />
  21. <endpoint address="http://101.200.138.144:9000/HHWebservice_ww/IYCMarkService.asmx" binding="basicHttpBinding" bindingConfiguration="IYCMarkServiceSoap" contract="IYCService.IYCMarkServiceSoap" name="IYCMarkServiceSoap" />
  22. </client>
  23. </system.serviceModel>
  24. <runtime>
  25. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  26. <dependentAssembly>
  27. <assemblyIdentity name="NPOI" publicKeyToken="0df73ec7942b34e1" culture="neutral" />
  28. <bindingRedirect oldVersion="0.0.0.0-2.0.6.0" newVersion="2.0.6.0" />
  29. </dependentAssembly>
  30. </assemblyBinding>
  31. </runtime>
  32. </configuration>