cf3162922e
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. |
||
---|---|---|
aspnet | ||
aspnetcore | ||
.gitattributes | ||
.gitignore | ||
.openpublishing.build.ps1 | ||
.openpublishing.publish.config.json | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md |
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.