-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.config
19 lines (18 loc) · 1.33 KB
/
App.config
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"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<entityFramework>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
<connectionStrings>
<!--<add name="MLS_DB" connectionString="Data Source=DESKTOP-531439T\EXZELLOW; Initial Catalog=MLS_DB; Integrated Security=True; Connect Timeout=15; Encrypt=False;"/>-->
<add name="MLS_DB" connectionString="metadata=res://*/MLS_DB_MODEL.csdl|res://*/MLS_DB_MODEL.ssdl|res://*/MLS_DB_MODEL.msl;provider=System.Data.SqlClient;provider connection string="data source=DESKTOP-531439T\EXZELLOW;initial catalog=MLS_DB;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /></connectionStrings>
</configuration>