python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Worker Service on Docker returns 1053 Error on startup
First, Docker novice.
Attempting to run a .Net5 Worker Service on a mcr.microsoft.com/windows/servercore:1909 docker image with the .Net5 and 3.1 sdks installed onto the system.
The Service is being i...
johnmiller
Votes: 0
Answers: 1
start postgres as service on windows
I am working on windows server and I want to start postgreSQL as service by the following command but it does not work. Could you tell me what is wrong ?
sc create postgresql binPath="C:\Program ...
de guide
Votes: 0
Answers: 0
K8S cert-manager Letsencrypt certs for loadbalancers services
I'm facing an issue I have not been able to fix yet. I'm using cert-manager in my K8s cluster to issue certificates. It works well for resources which are exposed through Ingresses thanks to the annot...

moulip
Votes: 0
Answers: 0
How do I display the "real userid" on whose behalf a service is making the connection to the SQL Server?
We have a three tier application where the UI connects to a service and the service then uses a standard account to connect to the SQL Server using integrated authentication. On a busy system, it woul...
QFirstLast
Votes: 0
Answers: 1