Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Client server on CE

0 views
Skip to first unread message

Paul Gielens

unread,
Oct 16, 2003, 7:37:46 AM10/16/03
to
I got this embedded Windows CE.NET platform with a few
business and data access components installed. These
components supply/manipulate data stored in the sql server
db.

I now want to provide users of my application to grab
their handheld running WindowsCE.NET. Boot the client and
connect to the embedded application. What technology do I
use?

- Sockets?
- .NET Remoting?
- Running IIS on the embedded platform and provide content?
- Remote desktop, telnet?

Appreciate your thoughts on the subject.

Paul G. Tobey [eMVP]

unread,
Oct 16, 2003, 11:23:45 AM10/16/03
to
Sockets will work fine. This is the most flexible option, but probably the
most work, since you have to handle loss of connection, multiple clients,
etc. yourself.

You can't use .NET Remoting now because it's not supported in the current
version of the .NET Compact Framework.

You can run a Web server on the embedded platform and provide ASP, ISAPI,
etc. capabilities to access your data.

You can, from the Windows CE device, attach to a Terminal Server, but the
Windows CE device cannot *be* the terminal server. So, it doesn't seem,
from your description, as though this will work.

Paul T.


"Paul Gielens" <p.gi...@connexx.nl> wrote in message
news:0fc801c393d9$eb99fe30$a101...@phx.gbl...

anon...@discussions.microsoft.com

unread,
Oct 16, 2003, 4:07:40 PM10/16/03
to
Wouldn't webservices be an option?

>.
>

Paul G. Tobey [eMVP]

unread,
Oct 16, 2003, 5:22:53 PM10/16/03
to
I'm not sure that the Web server on CE supports hosting Web services. We
use our own server on our devices. If it does support them, then that would
be a good option, yes.

Paul T.

<anon...@discussions.microsoft.com> wrote in message
news:376e01c39421$26fb4960$3501...@phx.gbl...

0 new messages