diff --git a/samples/features/json/todo-app/dotnet-rest-api/.gitignore b/samples/features/json/todo-app/dotnet-rest-api/.gitignore index 3adf0abb..db4a5102 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/.gitignore +++ b/samples/features/json/todo-app/dotnet-rest-api/.gitignore @@ -2,4 +2,5 @@ TodoRestWebAPI.xproj.user .vs/* bin/* obj/* -*.sln \ No newline at end of file +*.sln +*.log \ No newline at end of file diff --git a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html index 38af2398..1c4a4123 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html +++ b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html @@ -176,7 +176,7 @@ diff --git a/samples/features/json/todo-app/dotnet-rest-api/README.md b/samples/features/json/todo-app/dotnet-rest-api/README.md index baa935e0..4807bcc9 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/README.md +++ b/samples/features/json/todo-app/dotnet-rest-api/README.md @@ -68,8 +68,7 @@ You can easily modify this code to fit the architecture of your application. ## Related Links -For more information, see this article: -http://www.codeproject.com/Articles/1106622/Building-Web-API-REST-services-on-Azure-SQL-Databa +For more information, see this [article](http://www.codeproject.com/Articles/1106622/Building-Web-API-REST-services-on-Azure-SQL-Databa). ## License These samples and templates are all licensed under the MIT license. See the license.txt file in the root. diff --git a/samples/features/json/todo-app/dotnet-rest-api/app.config b/samples/features/json/todo-app/dotnet-rest-api/app.config deleted file mode 100644 index 49aadfaa..00000000 --- a/samples/features/json/todo-app/dotnet-rest-api/app.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - -