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.
24 lines
1.7 KiB
24 lines
1.7 KiB
6 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<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=39.97.227.79;User ID=sa;Password=a1+"/>-->
|
||
5 months ago
|
<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+"/>-->
|
||
6 months ago
|
<!--<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="Printer1" value="Microsoft XPS Document Writer"/>
|
||
|
<add key="Printer2" value="Microsoft XPS Document Writer"/>
|
||
|
<add key="Printer3" value="Microsoft XPS Document Writer"/>
|
||
|
<add key="type" value="1"/>
|
||
|
<add key="interval" value="60000"/>
|
||
5 months ago
|
<add key="loadForm" value="1"/>
|
||
6 months ago
|
</appSettings>
|
||
|
</configuration>
|