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.
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...
>.
>
Paul T.
<anon...@discussions.microsoft.com> wrote in message
news:376e01c39421$26fb4960$3501...@phx.gbl...