Skip to content

wpfdev/WorkerService_NetCore3.0

Repository files navigation

WebsiteStatusWorkerService

The new way to create worker service in ASP.NET Core 3.0

Tutorial: https://www.youtube.com/watch?v=PzrTiz_NRKA

Install worker as Windows service: sc.exe create WebsiteStatus binpath= c:\temp\workerservice\WebsiteStatus.exe start= auto

Uninstall worker from Window services: sc.exe delete WebsiteStatus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages