Answer the question
In order to leave comments, you need to log in
Installing a Windows Forms application on a server, is it possible?
I have a c# application that works with a web browser component. The program updates the data for 15 minutes. There is no way to keep it on your home computer. Is it possible to rent a server so that the program works around the clock? It's just that I don't know if there's any way to get the webbrowser to work fine on the server.
If possible, in which direction to dig?
Answer the question
In order to leave comments, you need to log in
There are many options. The simplest:
1. Rent a VPS with Windows. The program will work exactly the same as on a home computer.
2. You can stop using the browser, replacing it with http request parsing. Then the program can be placed in the Windows service and it will quietly do its job without disturbing anyone. Of course, this option will work if the home computer is on all the time.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question