|
|
@@ -8,7 +8,14 @@ |
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
|
|
</configSections> |
|
|
|
<connectionStrings configSource="App_Data\ConnectionStrings.config" /> |
|
|
|
<!-- Create ConnectionStrings.config and add your connection string--> |
|
|
|
<!-- Create ConnectionStrings.config and add your connection string node--> |
|
|
|
<!-- |
|
|
|
<connectionStrings> |
|
|
|
<add name="TeknikEntities" |
|
|
|
providerName="System.Data.SqlClient" |
|
|
|
connectionString="Data Source=<server name>,<port>\<sql server name>;Initial Catalog=<database>;Integrated Security=False;User Id=<username>;Password=<password>" /> |
|
|
|
</connectionStrings> |
|
|
|
--> |
|
|
|
<appSettings> |
|
|
|
<add key="webpages:Version" value="3.0.0.0" /> |
|
|
|
<add key="webpages:Enabled" value="false" /> |