Demo project to hosting a Blazor Server as a Windows Service
- Visual Studio 2022
- .NET 6.0 for v6.x.x
- NSSM - the Non-Sucking Service Manager
- Build solutions
- Publish project [optional]
- In deploy folder copy all file from Tools folder
Batch file | Description |
---|---|
InstallService.bat | Install service |
UninstallService.bat | Uninstall service |
StartService.bat | Start service |
StopService.bat | Stop service |
Service is installed in manual start so you need start it !