Answer the question
In order to leave comments, you need to log in
Where to cheaply deploy asp.net + mysql api?
I wrote a simple api for an asp.net application and I'm struggling with the fact that I can't find a hosting to deploy. Initially, I uploaded it to azure, but when I saw prices of $5,000 for mysql per month, I fled in horror. I need a static domain + ssl, since the application for android does not work without ssl. I already regret that I didn’t write in php, although it would have taken me more time since I work with c#.
Answer the question
In order to leave comments, you need to log in
At the very same applications are deployed on Net Core and MySQL. MS has good documentation on deploying on their hardware / VPS. You can take the cheapest VPS for 300 rubles per month.
https://docs.microsoft.com/ru-ru/aspnet/core/host-...
If you need help deploying, please in a personal.
Usually hosting on .NET pulls not MySql, but MS SQL Server, which is much more expensive.
Alternatively, you can take .NET hosting separately, for example, at https://www.smarterasp.net/ , and MySql-base on an inexpensive VPS (AWS for example), even everything together comes out inexpensively, about $ 5-10 per month
https://dotnet.microsoft.com/apps/aspnet/hosting
MySQL SaaS:
https://www.jawsdb.com/
https://www.cleardb.com/#pricing
etc.
I don't know what the problem is.
399.00 per month https://firstvds.ru
This is a normal vds + a few
Debian ips as a host and setup purely according to the MS guide.
All
If you are using asp net core, then you can deploy it to any vpsk with a gig of RAM and one core. (both mySQL and the application itself)
Deploying classic aspnet will always be expensive compared to php, because you need Windows
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question