Skip to content

Worker service with visual interface to track the progress of steps

License

Notifications You must be signed in to change notification settings

cristian-lopes/worker-with-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create te Service:

Publish to C:\inetpub\services\WindowsServiceApiDemo\App\netcoreapp3.1
Run cmd as Administrator:

sc create MultServicesWorker binpath= C:\inetpub\services\WindowsServiceApiDemo\App\netcoreapp3.1\WindowsServiceApiDemo.exe start= auto DisplayName= "Mult-Services Worker"
sc description MultServicesWorker "This is a Mult-Services Worker, with visual interface"

Additional options:

sc start MultServicesWorker
sc stop MultServicesWorker
sc delete MultServicesWorker

Or open services.msc find 'Mult-Services Worker' and start / stop from there

To test the service:

Open a browser in http://localhost:5000/home
Open a browser in http://localhost:5000/status

Refs: Loggin with HTML: https://code-maze.com/aspnetcore-webapi-return-html/

About

Worker service with visual interface to track the progress of steps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published