Skip to content

Commit

Permalink
Updated web.config transform to show Connection Strings in newer format
Browse files Browse the repository at this point in the history
  • Loading branch information
kohenkatz committed May 7, 2013
1 parent 5baa6a0 commit 295fb20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Nuget/content/web.config.transform
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>
<appSettings>
<add key="MongoUri" value="mongodb://localhost/TestMongoMembershipProvider"/>
</appSettings>
<connectionStrings>
<add name="MongoUri" connectionString="mongodb://localhost/TestMongoMembershipProvider"/>
</connectionStrings>
<system.web>
<membership defaultProvider="MongoMembershipProvider">
<providers>
Expand Down Expand Up @@ -41,4 +41,4 @@
</providers>
</roleManager>
</system.web>
</configuration>
</configuration>

0 comments on commit 295fb20

Please sign in to comment.