-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeb.config
More file actions
19 lines (16 loc) · 786 Bytes
/
Copy pathWeb.config
File metadata and controls
19 lines (16 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<!--
如需如何設定 ASP.NET 應用程式的詳細資訊,請造訪
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="medicineConnectionString1" connectionString="Data Source=CHIAHUISHIH-PC\sqlexpress;Initial Catalog=medicine;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="industryConnectionString" connectionString="Data Source=CHIAHUISHIH-PC\SQLEXPRESS;Initial Catalog=industry;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.0" />
</system.web>
</configuration>