P
P
p4p2021-08-21 10:54:18
MySQL
p4p, 2021-08-21 10:54:18

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

7 answer(s)
J
JDiZeeX, 2021-08-26
@p4p

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.

D
Developer, 2021-08-21
@samodum

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

I
Ilya, 2021-08-21
@sarapinit

azure web app + in-app mysql

R
Roman Mirilaczvili, 2021-08-21
@2ord

https://dotnet.microsoft.com/apps/aspnet/hosting
MySQL SaaS:
https://www.jawsdb.com/
https://www.cleardb.com/#pricing
etc.

V
Vladimir Korotenko, 2021-08-22
@firedragon

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

V
Vasily Bannikov, 2021-08-22
@vabka

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

B
bro-dev, 2021-08-25
@xPomaHx

buy an external ip for 50 rubles from the provider, and host from a working computer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question