Updater of a web application asp.net mvc

2

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?

    
asked by anonymous 08.04.2014 / 16:57

1 answer

1

Have you ever heard of the Quartz .NET framework ?

Quartz .NET is an open-source .NET-based scheduler framework. It seems to be a great tool. I have never used it, but it does follow some tutorials .

Take a look, maybe it will help you!

    
08.04.2014 / 17:07