How can I publish my web app built using .net 5.0?
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.
Hello @manzargulzar
Currently, DigitalOcean only allows the deployment of Linux-based OSs. You may be able to achieve this however by creating your own custom Windows ISO image and then using that when creating your Droplet.
You can check our tutorial on How To Deploy an ASP.NET Core Application with MySQL Server Using Nginx on Ubuntu 18.04
You can also use our App Platform to deploy your application. 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
https://www.digitalocean.com/products/app-platform
Hope that this helps!