forked from dotnet/AspNetCore.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call out the URL for Windows Service sample app (dotnet#14208)
- Loading branch information
Showing
4 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
aspnetcore/host-and-deploy/windows-service/samples/2.x/AspNetCoreService/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# ASP.NET Core Windows Service Sample (Framework-dependent Deployment) | ||
# ASP.NET Core Windows Service Sample | ||
|
||
This sample shows how to host an ASP.NET Core app as a Windows Service without using IIS. This sample demonstrates the scenario described in [Host ASP.NET Core in a Windows Service](https://docs.microsoft.com/aspnet/core/host-and-deploy/windows-service). | ||
|
||
After establishing and starting the service, access the app in a browser at `http://localhost:5000/`. |
4 changes: 3 additions & 1 deletion
4
aspnetcore/host-and-deploy/windows-service/samples/3.x/AspNetCoreService/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# ASP.NET Core Windows Service Sample (Framework-dependent Deployment) | ||
# ASP.NET Core Windows Service Sample | ||
|
||
This sample shows how to host an ASP.NET Core app as a Windows Service without using IIS. This sample demonstrates the scenario described in [Host ASP.NET Core in a Windows Service](https://docs.microsoft.com/aspnet/core/host-and-deploy/windows-service). | ||
|
||
After establishing and starting the service, access the app in a browser at `http://localhost:5000/`. |
4 changes: 3 additions & 1 deletion
4
aspnetcore/host-and-deploy/windows-service/samples/3.x/AspNetCoreService/appsettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters