Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Changed Web.config to use App_Data mdf file
Browse files Browse the repository at this point in the history
  • Loading branch information
bholdt committed Nov 27, 2013
1 parent 76c6515 commit 3346b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions source/Glimpse.Site/Web.Release.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<connectionStrings>
<add name="glimpse" connectionString="Data Source=.\SQLExpress;Initial Catalog=Glimpse;Integrated Security=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion source/Glimpse.Site/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
</assemblyBinding>
</runtime>
<connectionStrings>
<add name="glimpse" connectionString="Data Source=.\SQLExpress;Initial Catalog=Glimpse;Integrated Security=True;" providerName="System.Data.SqlClient" />
<add name="glimpse" connectionString="Server=(localdb)\v11.0;Integrated Security=true;AttachDbFileName=|DataDirectory|Glimpse.mdf;" providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>

0 comments on commit 3346b29

Please sign in to comment.