注塑喷涂
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.

54 lines
3.0 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="DATA SOURCE = 192.168.0.225;USER ID = sa;PASSWORD = Microsoft@2021;INITIAL CATALOG = BBMPT" />
<!--<add name="SqlConnString" connectionString="DATA SOURCE = dev.ccwin-in.com,6191;USER ID = sa;PASSWORD = Microsoft@2021;INITIAL CATALOG = BBMPT" />-->
<!--<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-169" />
<add key="password" value="12345" />
2 months ago
<add key="StationNo" value="ZP63" /> <!--ZP63-->
<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" />
2 months ago
<add key="ProScreenMode" value="2" />
<add key="IsHaveVisual" value="1" />
<add key="WMSWebServiceURL" value="http://10.60.101.10:8013/WMSWebService.asmx" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="StationDescription" value="123456789" />
</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>