Skip to content

Commit

Permalink
Update Web/connectionString.config
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscyvas committed May 23, 2012
1 parent d4fd346 commit 3d2a0cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Web/connectionString.config
@@ -1,5 +1,4 @@
<connectionStrings>
<clear />
<add name="dashCommerce" connectionString="Server=.\SQLEXPRESS;Initial Catalog=dc123;User Id=IUSER;Password=IUSER;"
providerName="System.Data.SqlClient" />
<add name="dashCommerce" connectionString="SOMETEXT" providerName="System.Data.SqlClient" />
</connectionStrings>

0 comments on commit 3d2a0cf

Please sign in to comment.