I was thinking here of a structure for automatically updating my web systems on clients, so I thought I'd use ClickOnce
with some dodges (technical adaptations).
It did not work, it only works for Windows-based
applications.
I thought of something like webservice
in task scheduler
to check if the latest version of the system is the same as the publish server, if not, download it and update.
What do you think? Does anyone have an idea / alternative to a solution?