-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeb.config
More file actions
27 lines (17 loc) · 774 Bytes
/
Web.config
File metadata and controls
27 lines (17 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="CS557_FA15_lingashettaraConnectionString" connectionString="Data Source=shucsd.sacredheart.edu\sql2012;Initial Catalog=CS557_FA15_lingashettara;Persist Security Info=True;User ID=cs557_fa15_lingashettara;Password=Welcome1"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
<pages theme="SkinFile" >
</pages>
</system.web>
</configuration>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->