Single code base, multiple service clients

olsonpm

Well-known member
Joined
Aug 24, 2010
Messages
46
Programming Experience
Beginner
So I need to make this service for a company, and it will need to be deployed on multiple servers. The service is really simple, but I'm wondering what the best way to handle updates/fixes would be. I'm thinking a patching system will be the only way to go, but I am not sure, and I wouldn't know where to start when trying to implement it (this will be my first service built from scratch).

After reading a bit, I found Updater Application Block - Version 2.0, but its content is retired and I couldn't find where more up to date material would be.
 
That content has been retired because of ClickOnce, which is built into VS from 2005 via the Publish feature. If you can't use ClickOnce because of its limitations conflict with the application requirements, something like what you already have can do the job.
 
Back
Top