Remark change in Windows Service topic (#8983)
parent
51b914aef2
commit
f4b0be4375
|
@ -11,7 +11,7 @@ uid: host-and-deploy/windows-service
|
|||
|
||||
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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue