C# Webscraping App - Dev quit

max12333

Registered Member
Joined
Feb 12, 2022
Messages
63
Reaction score
50
Hello BHW,

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,

Max
 
Only deliverable’s and no source??
 
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.
 
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):
https://azure.microsoft.com/fr-fr/products/virtual-machines
If you have some error, just contact me I will try to help you for free
 
Last edited:
Back
Top