-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.config
32 lines (23 loc) · 1 KB
/
web.config
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
26
27
28
29
30
31
32
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<!--<add name="universityConnectionString" connectionString="Data Source=ABHISHEK-PC;Initial Catalog=university;Integrated Security=True"
providerName="System.Data.SqlClient" />-->
<add name="universityConnectionString" connectionString="Data Source=SQL5018.site4now.net;Initial Catalog=DB_A49898_Abhiraj97;User Id=DB_A49898_Abhiraj97_admin;Password=abhiabhi1;" providerName="System.Data.SqlClient /"></add>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<pages>
<namespaces>
<add namespace="System.Data"/>
<add namespace="System.Text"/>
<add namespace="System.Data.SqlClient"/>
<add namespace="System.Configuration"/>
</namespaces>
</pages>
</system.web>
</configuration>