Hi there. New to Digital Ocean and couldn’t find much info on this topic. I have a .NET 6 windows background service I’m thinking about using Digital Ocean for. Has anyone tried this? Can I use a droplet for it? Any guidance or tutorials available on how to do the configuration and start the background service?
Much appreciated.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I could suggest the following tutorial:
Besides that, an alternative option is to package your application in a Docker image and then deploy it as a Docker container.
Hope that this helps!
Best,
Bobby