Skip to content

Commit

Permalink
Synced web config with production
Browse files Browse the repository at this point in the history
  • Loading branch information
rubberduck203 committed Feb 8, 2016
1 parent a8678ad commit f7a8284
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions RubberduckWeb/RubberduckWeb/Web.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=301880
Expand All @@ -12,6 +12,8 @@
</appSettings>
<system.web>
<httpRuntime targetFramework="4.5.2" />
<compilation defaultLanguage="c#" />
<trust level="Full" />
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down Expand Up @@ -41,5 +43,8 @@
</dependentAssembly>
</assemblyBinding>
</runtime>

<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" />
</connectionStrings>
</configuration>

0 comments on commit f7a8284

Please sign in to comment.