Skip to content

An example of deploying a .NET Core 6 Web Api as a windows service

License

Notifications You must be signed in to change notification settings

ddikhtyar/WebApiAsWorkerService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebApiAsWorkerService

An example of deploying a .NET Core 6 Web Api as a windows service

To install as win service run in Command Prompt (as Admin): sc create WindowsServiceWebApiDemo binpath= D:\dmitrii_dikhtiar\examples\WorkerService\publish\WebApi.exe start= auto DisplayName= "WindowsServiceWebApiDemo"

To delete service run in Command Prompt (as Admin): sc delete WindowsServiceWebApiDemo

About

An example of deploying a .NET Core 6 Web Api as a windows service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages