Report this

What is the reason for this report?

Hosting a asp.net website

Posted on September 6, 2013

I am starting my new online venture, development is in process. Want to know is it is linux based servers or windows based.

Want to buy quickly, please guide me



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, all

At this time we do not have native support for Windows OSs on Droplets. You may be able to achieve this however by creating your own custom Windows ISO image and then using that when creating your Droplet.

Currently, DigitalOcean only allows the deployment of Linux based OS’s.

NOTE: This is not natively supported on the platform (choosing a Windows OS when you deploy your droplet).

We’d recommend that you add your vote to the Windows Server idea on our Product Ideas Board as well as comment your use-case there so that our teams can better understand your needs.

https://ideas.digitalocean.com/ideas/DO-I-2872

Regarding the .NET core install, you could follow step one form this article 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

It depends what specific .NET technologies you’re using. The Mono Project provides an Apache module (mod_mono) for running ASP.NET sites, and from what I gather it works well.

Mono doesn’t support all the .NET APIs, though - notably WPF (and possibly WCF too, I can’t remember) - but it does provide good support for much else of the framework.

If you’re starting from scratch and particularly want to target non-Windows servers, then ensuring your project works with Mono would be a good goal to aim for. However, if you need particular APIs or language features that are not supported by Mono, then you will need to use a Windows server for deployment. It’s a design-time/architectural choice that should make up front.

@monty.exe: Linux <br> <br>@DigitalOcean: Available images is prob. a good ? to add to the FAQs.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.