Updater of a web application Asp.net mvc

Asked

Viewed 169 times

2

I was here thinking of a framework for automatic updating of my web systems in clients, so I thought of using the ClickOnce with some gambetas(technical adaptations).

It did not work, it works only for applications Windows-based.

I thought of something like a webservice in the task scheduler to check if the latest version of the system is the same as the publication server, if not, download it and update.

What do you think? Someone has an idea/alternative for a solution?

1 answer

1

You’ve heard of the framework Quartz . NET?

Quartz . NET is an open-source scheduler framework based on .NET. It seems to be a great tool. I’ve never used it, but it follows a few tutorials implementing.

Take a look, maybe this will help you!

  • 1

    In fact, it seems to be a good tool, but otherwise, say q could fulfill a part of the solution that I imagined, the fact of replacing the Windows task Scheduler.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.