V
Victor Espina
Hi.
I developed a sales app for PPC using NETcf 1.0. This app can connect to
a remote webserver at certain point to retrieve and send data in XML format.
Now my customer ask me to implement some kind of "auto-update" feature,
in order to automatically checks if a new version of the app is
available (assuming there is an available internet connection), download
it and then run the new version.
Getting the current app version in the remote server is easy: I just
added a new method to my webserver called getCurrentVersion(). What I
need to figure it out is how to download the new app's dll using a
method of the webserver.
I know I could use FTP for this kind of things, but my customer don't
allow me to use or install any FTP server for security reasons. So, I'm
stucked with the webserver.
any ideas? can I define a webmethod that returns a byte stream? does
NETcf supports Base64 strings ?
TIA
Victor Espina
I developed a sales app for PPC using NETcf 1.0. This app can connect to
a remote webserver at certain point to retrieve and send data in XML format.
Now my customer ask me to implement some kind of "auto-update" feature,
in order to automatically checks if a new version of the app is
available (assuming there is an available internet connection), download
it and then run the new version.
Getting the current app version in the remote server is easy: I just
added a new method to my webserver called getCurrentVersion(). What I
need to figure it out is how to download the new app's dll using a
method of the webserver.
I know I could use FTP for this kind of things, but my customer don't
allow me to use or install any FTP server for security reasons. So, I'm
stucked with the webserver.
any ideas? can I define a webmethod that returns a byte stream? does
NETcf supports Base64 strings ?
TIA
Victor Espina