Program update via web service, possible?

G

Guest

We currently have an application that runs on the Pocket PC that communicates with a web service written in VB.NET. Is it possible to send program updates from the web service to the Pocket PC?

Thanks in advance.
Chris.
 
D

Daniel Bass

One way of doing this would be to have the webservice function return the
name of a file to download.
You'd then need a seperate application to then get this file (via ftp
perhaps?) and install it...


Chris Podmore said:
We currently have an application that runs on the Pocket PC that
communicates with a web service written in VB.NET. Is it possible to send
program updates from the web service to the Pocket PC?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top