Remark change in Windows Service topic (#8983)

pull/8987/head
Luke Latham 2018-10-11 12:03:05 -05:00 committed by GitHub
parent 51b914aef2
commit f4b0be4375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ uid: host-and-deploy/windows-service
By [Luke Latham](https://github.com/guardrex) and [Tom Dykstra](https://github.com/tdykstra) By [Luke Latham](https://github.com/guardrex) and [Tom Dykstra](https://github.com/tdykstra)
An ASP.NET Core app can be hosted on Windows without using IIS as a [Windows Service](/dotnet/framework/windows-services/introduction-to-windows-service-applications). When hosted as a Windows Service, the app can automatically start after reboots and crashes without requiring human intervention. An ASP.NET Core app can be hosted on Windows without using IIS as a [Windows Service](/dotnet/framework/windows-services/introduction-to-windows-service-applications). When hosted as a Windows Service, the app automatically starts after reboots.
[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/host-and-deploy/windows-service/samples) ([how to download](xref:tutorials/index#how-to-download-a-sample)) [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/host-and-deploy/windows-service/samples) ([how to download](xref:tutorials/index#how-to-download-a-sample))