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.
22 lines
1009 B
22 lines
1009 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.5" />
|
|
<httpRuntime targetFramework="4.5" />
|
|
</system.web>
|
|
|
|
<connectionStrings>
|
|
<!--数据库连接串-->
|
|
<<<<<<< .mine
|
|
<!--<add name="SqlConnString" connectionString="Data Source=10.60.101.9;user id=sa;password=a1+;database=BBMPTTest1;max pool size = 50;"/>-->
|
|
<add name="SqlConnString" connectionString="Data Source=39.97.227.79;user id=sa;password=a1+;database=BBMPTTest1;max pool size = 50;"/>
|
|
=======
|
|
<!--<add name="SqlConnString" connectionString="Data Source=10.60.101.9;user id=sa;password=a1+;database=BBMPTTest1;max pool size = 50;"/>-->
|
|
<add name="SqlConnString" connectionString="Data Source=10.60.101.60;user id=sa;password=a1+;database=BBMPT1;max pool size = 50;"/>
|
|
>>>>>>> .r37
|
|
</connectionStrings>
|
|
</configuration>
|