I am looking into different ways to handle updating an ASP.NET application across many different clients, and looking for suggestions from your previous experience.
- We need the client apps to check if they have any available updates.
- A way to Auto update (If possible, something similar to chromes but for webapp).
- Some way to check that we are the ones sending the updates. (Checksum of some sort I would guess)
- Any other tips/advice
Thanks
Edit: after thinking more about this overnight, I would have to agree that auto updates may not be the best. However maybe something more along the lines of how wordpress does it. Wordpress will display saying that there is an update available then clicking will auto update the system.