User947600512 posted
I have a .net console application that basically gets a bunch of data from api , modifies the data and sends as messages to different Messengers like Telegram channel and it repeats every 5 mins.
I have done the coding and it is working fine. So , no issue with that.
Now, I need to keep this console up and running for a given time period say , 6 months at least. As I understand , I can run it from my PC but the application will stop whenever my system goes into shut-down or it will not work if there is internet issues.
How can I host this on a different server to keep this up and running?