Documentation for ASP.NET Core
 
 
 
 
 
 
Go to file
Paul Kim cf3162922e Update service file to set WorkingDirectory
Since the ASP.NET Core application is run from /etc/systemd/system directory, the working directory is no longer /var/aspnetcore/hellomvc. Update the service file to set WorkingDirectory=/var/aspnetcore/hellomvc so that the program will run. Otherwise, users will get System.IO.FileNotFoundException when using systemd to monitor and run ASP.NET Core application.
2017-02-01 18:15:39 -08:00
aspnet Update index.md (#2596) 2017-01-23 15:34:28 -08:00
aspnetcore Update service file to set WorkingDirectory 2017-02-01 18:15:39 -08:00
.gitattributes Added more WebHook docs 2015-09-13 21:38:50 -07:00
.gitignore Update .gitignore 2016-11-17 15:19:51 -10:00
.openpublishing.build.ps1 Initialize open publishing repository: https://github.com/aspnet/Docs of branch master 2016-10-27 04:44:38 +00:00
.openpublishing.publish.config.json Updating master branch to allow pdf generation 2017-01-10 13:13:44 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md (#2645) 2017-02-01 14:25:25 -08:00
LICENSE.txt Update license to CC BY 4.0 (#1381) 2016-06-17 11:33:58 -07:00
README.md add code of conduct (#2649) 2017-02-01 15:08:31 -10:00

README.md

ASP.NET Docs

This project provides the source for docs.asp.net. You can learn more about ASP.NET Core at the Home repo. See the Contributing Guide and the issues list if you would like to help out.

API PR's ( api/autoapi/... ) should not be made here. Changes to API documentation should be made in the source repository against the triple slash /// comments.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.