Fixing relocated file issue. Removing unused connection string from default web.config

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045455
This commit is contained in:
loudej
2010-01-15 06:53:15 +00:00
parent c4eaca47e5
commit 59ca753956
2 changed files with 1 additions and 5 deletions

View File

@@ -82,7 +82,7 @@
<Compile Include="Common\ViewModels\RoutableEditorViewModel.cs" />
<Compile Include="Common\ViewModels\OwnerEditorViewModel.cs" />
<Compile Include="Feeds\Controllers\FeedController.cs" />
<Compile Include="Feeds\Routes.cs" />
<Compile Include="Feeds\Rss\Routes.cs" />
<Compile Include="Feeds\StandardQueries\ContainerFeedQuery.cs" />
<Compile Include="Feeds\StandardBuilders\CorePartsFeedItemBuilder.cs" />
<Compile Include="Feeds\IFeedFormatter.cs" />

View File

@@ -27,10 +27,6 @@
<system.diagnostics configSource="Config\Diagnostics.config"/>
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<!--