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