You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.7 KiB
51 lines
2.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="PunchAndWeld.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
</startup>
|
|
<connectionStrings>
|
|
<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT;Data Source=10.60.101.9;User ID=sa;Password=a1+" />
|
|
<!--<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT;Data Source=39.97.227.79;User ID=sa;Password=a1+"/>-->
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key="DeviceNo" value="BMPTJQSB-05-167" />
|
|
<add key="password" value="12345" />
|
|
<add key="StationNo" value="ZP95" />
|
|
<add key="InterVal" value="500" />
|
|
<add key="PrintEnable" value="true" />
|
|
<add key="PrinterName" value="Microsoft XPS Document Writer" />
|
|
<add key="PrinterName1" value="Microsoft XPS Document Writer" />
|
|
<add key="ProScreenMode" value="14" />
|
|
<add key="IsHaveVisual" value="1" />
|
|
<add key="WMSWebServiceURL" value="http://10.60.101.10:8013/WMSWebService.asmx" />
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
</appSettings>
|
|
<system.serviceModel>
|
|
<bindings />
|
|
<client />
|
|
</system.serviceModel>
|
|
<applicationSettings>
|
|
<PunchAndWeld.Properties.Settings>
|
|
<setting name="PunchAndWeld_WebReference_WMSWebService" serializeAs="String">
|
|
<value>http://10.60.101.10:8013/WMSWebService.asmx</value>
|
|
</setting>
|
|
</PunchAndWeld.Properties.Settings>
|
|
</applicationSettings>
|
|
<system.web>
|
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
|
<providers>
|
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
|
</providers>
|
|
</membership>
|
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
|
<providers>
|
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
|
</providers>
|
|
</roleManager>
|
|
</system.web>
|
|
</configuration>
|