Think of the problem from other dimension.
You can not it from server side becuase of lot of security issuues as
diccussed from previuos mails.
BUT , you can always poll @ server at certain time frames whether the
updated version is there or not.
also, why dont you take a look @ Click Once provided in VS2005 (.NET 2.0).
but yes you cannot push from server unless you have your own listener
socket.
--
Regards
Tarundeep Singh Kalra
www_dot_tarunsadhana_dot_com.
www.tarunsadhana.com
tarun_at_removeAT_tarunsadhana_dot_com.remove_dots
"LJ" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I'm stuck developing an application where a a client application running
> on a PDA needs to be updated by a server. This client application can
> easily pull information from the server using a webservice running on the
> server. But how can the server push information to the client Pocket PC
> without resorting to polling techniques on the client.
>
>
> Thanks, LJ
>