diff --git a/LocalAccountsApp/App_Data/README.md b/LocalAccountsApp/App_Data/README.md new file mode 100644 index 0000000..a541fcb --- /dev/null +++ b/LocalAccountsApp/App_Data/README.md @@ -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. diff --git a/LocalAccountsApp/Web.config b/LocalAccountsApp/Web.config index 52317af..96baf45 100644 --- a/LocalAccountsApp/Web.config +++ b/LocalAccountsApp/Web.config @@ -9,7 +9,7 @@
- +