My project related to azure has a critical and interesting problem. I created one web application, and from there the user can download the plug-in (EXE project in C #) and download the EXE and configuration file after unpacking their applications that are deployed on the Azure platform, and that exe periodically sends data to my web application for monitoring custom application on Azure.
Now my problem is that if I make any changes to the EXE project, then how do users who have the old plug-in update their files (plug-in) in their existing application? I need an automatic update type mechanism, so I can avoid the conflict between the old and new versions of the EXE project.
I hope that my problem makes sense to you if you have some information on the task of starting Azure.
Thanks Arun.
source share