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.
17 lines
688 B
17 lines
688 B
2 months ago
|
<?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>
|
||
|
<!--数据库连接串-->
|
||
|
<!--<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;"/>
|
||
|
</connectionStrings>
|
||
|
</configuration>
|