Do digital ocean supports .net applications? Or supports .net core applications?
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, @jcoronado
Currently, DigitalOcean only allows the deployment of Linux based OS’s. You may be able to achieve this however by creating your own custom Windows ISO image and then using that when creating your Droplet.
I recommend that you add your vote to the Windows Server idea on our Product Ideas Board as well as commenting your use-case there so that our teams can better understand the demand for this.
https://ideas.digitalocean.com/ideas/DO-I-2872
However you can check at our tutorial on how to deploy an ASP.NET Core application with MySQL server usuing Nginx on Ubuntu 18.04 here: https://www.digitalocean.com/community/tutorials/how-to-deploy-an-asp-net-core-application-with-mysql-server-using-nginx-on-ubuntu-18-04
Hope that helps! Regards, Alex
Hello there,
Another option will be using our App Platform
While we don’t currently support detecting and building .NET Core apps using Buildpacks, you can accomplish this with a Dockerfile in your repo.
This is an example: https://github.com/snormore/aspnetcoresample
Regards
DigitalOcean droplets are all Linux based. This Microsoft guide explains setting up a production-ready ASP.NET Core environment on an Ubuntu 16.04 server: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.1&tabs=aspnetcore2x