Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LocalAccountsApp/App_Data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder must exist to allow SQL Server Express to create the .mdf and .ldf database files.
This folder is listed in .gitignore so the database files do not get checked in.
2 changes: 1 addition & 1 deletion LocalAccountsApp/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-LocalAccountsApp-20141010103649.mdf;Initial Catalog=aspnet-LocalAccountsApp-20141010103649;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\aspnet-LocalAccountsApp-20141010103649.mdf;Initial Catalog=aspnet-LocalAccountsApp-20141010103649;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings></appSettings>
<system.web>
Expand Down