C# Webscraping App - Dev quit

Darrick Hammes

New member
Joined
Apr 8, 2024
Messages
15
Points
1
Hello MMO,

I made the mistake of hiring a webdev to write me a scraper application. He wrote it in C# and left me with the deliverables without showing me how to set it up on Azure.

Anyone want to take a crack at helping me set it up? I'll compensate.

Thanks,
 

Roxane Bashirian

New member
Joined
Apr 8, 2024
Messages
15
Points
1
What was it compiled for? If it's exe, life sucks. Gotta get that windows server vps.

You can save a lot of money by compiling your .NET apps for arm64 linux OSes.
 

Brandon Borer

New member
Joined
Apr 8, 2024
Messages
14
Points
1
It is simple:

If the binary is a .exe you need a Windows server and installing .NET Framework, if not use a Debian/Ubuntu server and install .NET Core framework dependencies.

Service in Azure (that what you looking for):
Machines virtuelles pour Linux et Windows | Microsoft Azure
Créez des machines virtuelles Linux et Windows, et économisez jusqu'à 80 % avec Azure Reserved Virtual Machine Instances et Azure Hybrid Benefit pour Windows Server.
azure.microsoft.com

If you have some error, just contact me I will try to help you for free
 
Top