
December 29th, 2010, 03:59 PM
|
 |
Moderator Emeritus
|
|
Join Date: Feb 2002
Location: Scottsdale, AZ
|
|
|
There may not be a great option for this.
I'm working under the assumption that you have clients who are installing your software locally on their internal servers, potentially for intranet applications, correct?
If so, it's likely that those servers are behind various firewalls, which would prevent broad Internet access for your application, in turn preventing your application from making a web service call to your server to determine if a new version is available.
If my assumption is wrong, and your client's web servers do have access to the internet, then yes, you could write a web service which called for a version number on your server, and posted a message accordingly.
It might just be easier to have your customers sign up for email alerts if they purchase your product, and communication with them that way.
|