✅ What other prerequisites are necessary to run service worker as a service on a Windows Server?
I have developed a service worker using .NET 7, and it successfully runs when tested through dotnet build. However, when attempting to publish the code and run it as a Windows service in the background, I consistently encounter Error 1053. I am utilizing Selenium webdriver to extract data, and I have installed the latest drivers and Chrome on the server. Despite this, I continue to receive Error 1053 and require assistance in deploying the service. I am unsure of what I am missing or what mistake I may be making.
Is it possible that the server is not recognizing the driver, resulting in a timeout during startup?
Code can be found here: https://pastebin.com/dAjhfK0i
Pastebin
using Azure.Storage.Blobs;using Screenshot_WorkerService.Interface;...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
0 Replies