How do I launch DAB at server start? #1885
Replies: 2 comments 3 replies
-
Hi @GustavBrock, thank you for the question One way to achieve this is by making use of the Windows Registry. You can create a script with the commands that you have provided in your description and create an entry in one of |
Beta Was this translation helpful? Give feedback.
-
There are instructions on how to host an ASP.NET app as a Windows Service here: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/windows-service?view=aspnetcore-6.0&tabs=visual-studio Additionally, you can host with IIS: https://learn.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-6.0&tabs=visual-studio Note: these may require you to add additional settings to "appsettings.json" the is in DAB's package folder. |
Beta Was this translation helpful? Give feedback.
-
I have set up DAB to start and listen to port 8080 and 8081 using a command file like this, which I can call when logged on to the server as an admin user:
But I wish this to happen whenever the server has rebooted - without a user login.
What is the recommended method to achieve that, please?
Beta Was this translation helpful? Give feedback.
All reactions