How ClickOnce to multiple servers?
- From: "Ronald S. Cook" <rcook@xxxxxxxxxxxx>
- Date: Tue, 2 Jan 2007 12:06:52 -0700
We have a VS2005 Team setup and are developing a Windows app (smart client). We are in the cattle feeding business and have 10 distinct feedyards across the U.S. When we wish to deploy an update to our app, we must change an app setting in the project (the IP where the data access layer is) and also the URL in the ClickOnce (to correspond to a server at a particular feedyard). Once we publish, we have to change the app setting and the URL again for the next feedyard. And then do it again and again (for a total of 10 times).
While we've given some thought to a central server for clients to install from and pick up updates, it's not practical for two reasons. One, network connectivity from the feedyards back to our corporate office (in Loveland, Colorado) is not very reliable. Two, we might have a change that we don't all feedyards to immediately pick up. I.e. we may want to publish to one feedyard and make sure it works ok before deploying to the others.
In playing around with MSBuild I found where I can set a PublushUrl setting, but it still puts the files in my local folder. I'm wanting to automate publishing to all feedyards (i.e. 10 separate servers) through some sort of script (i.e. pulling from a list of IP addresses).
Any help would be greatly appreciated.
Thanks,
Ron
.
- Follow-Ups:
- Re: How ClickOnce to multiple servers?
- From: Daniel
- Re: How ClickOnce to multiple servers?
- Prev by Date: Re: Web Interface for a c# Console Application
- Next by Date: Re: ShockwaveFlashObjects breaks when I try to create a DLL.
- Previous by thread: Help with Datagrid
- Next by thread: Re: How ClickOnce to multiple servers?
- Index(es):
Relevant Pages
|