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.
58 lines
3.6 KiB
58 lines
3.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<!--<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT;Data Source=39.97.227.79;User ID=sa;Password=a1+"/>-->
|
|
<add name="SqlConnString" connectionString="DATA SOURCE = dev.ccwin-in.com,6191;USER ID = sa;PASSWORD = Microsoft@2021;INITIAL CATALOG = BBMPT"/>
|
|
<!--<add name="SqlConnString" connectionString="DATA SOURCE = 10.60.101.9;USER ID = sa;PASSWORD = a1+;INITIAL CATALOG = BBMPT"/>-->
|
|
<!--<add name="report" connectionString="Provider=SQLOLEDB.1;Password=a1+;Persist Security Info=True;User ID=sa;Initial Catalog=BBMPT;Data Source=10.60.101.9;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=PC201904081405E;Use Encryption for Data=False;Tag with column collation when possible=False"/>-->
|
|
<add name="report" connectionString="Provider=SQLOLEDB.1;Password=a1+;Persist Security Info=True;User ID=sa;Initial Catalog=BBMPT;Data Source=39.97.227.79;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=PC201904081405E;Use Encryption for Data=False;Tag with column collation when possible=False"/>
|
|
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<!--<add key="SqlConnString" value="Persist Security Info=true;Initial Catalog=BBMPT;Data Source=60.205.186.180;User ID=sa;Password=ran1+"/>-->
|
|
<add key="Station" value="IM01"/>
|
|
|
|
<add key="InterVal" value="5000"/>
|
|
<!--<add key="IP" value="10.60.52.96"/>-->
|
|
<!--<add key="RemoteIP" value="10.60.52.186"/>-->
|
|
|
|
<!--<add key="IP" value="10.60.52.181"/>-->
|
|
<!--<add key="WeightFolder" value="UserData"/>
|
|
<add key="WeightFile" value="ProdHisFile.csv"/>-->
|
|
<!--<add key="WeightUser" value="1"/>
|
|
<add key="WeightPsw" value="1"/>-->
|
|
<!--<add key="IP" value="172.16.142.243"/>-->
|
|
<add key="IP" value="192.168.1.100"/>
|
|
<!--测试时将称重离线设置为true-->
|
|
<add key="WeightOutLine" value="false"/>
|
|
<add key="WeightFolder" value="aa"/>
|
|
<add key="WeightFile" value="111.xlsx"/>
|
|
<add key="WeightUser" value="fangfang wang"/>
|
|
<add key="WeightPsw" value="182352"/>
|
|
<add key="PictureFolder" value="pdf"/>
|
|
<!--<add key="WeightFile" value="ProdHisFile.csv"/>-->
|
|
<add key="PictureUser" value="administrator"/>
|
|
<add key="PicturePsw" value="ABCabc123"/>
|
|
<add key="RemoteIP" value="10.60.101.10"/>
|
|
<add key="PicturePath" value="\\10.60.101.10\PDF\"/>
|
|
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
|
<add key="Psw" value="123456"/>
|
|
<!--<add key="Printer1" value="Microsoft XPS Document Writer"/>
|
|
<add key="Printer2" value="Microsoft XPS Document Writer"/>-->
|
|
|
|
<add key="Printer1" value="Microsoft Print to PDF"/>
|
|
<add key="Printer2" value="Microsoft Print to PDF"/>
|
|
</appSettings>
|
|
<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>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
|
|