Re: Remoting security

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ken Kolda (ken.kolda_at_elliemae-nospamplease.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 08:49:01 -0800

Remoting is "insecure" in that it does not provide built-in authnetication
or authorization mechanisms. So, it's up to you to write your own depending
on the needs of your application. The same would apply to any sockets-based
app you wrote yourself. Remoting just provides a nice layer over top of
sockets for transporting method calls between client and server.

Ken

"dr" <dr@discussions.microsoft.com> wrote in message
news:3C1B8CC5-6498-40B8-97CB-E2E7C9E7A414@microsoft.com...
> I want to use remoting to communicate between 2 applications on the same
PC
> but I keep hearing about how remoting is insecure. What are the security
> implications of using remoting locally? Is this any more insecure than
using
> sockets?



Relevant Pages

  • Remoting security
    ... I want to use remoting to talk between two applications on the same PC but am ... What are the security implications of using Remoting locally on a computer? ... I keep hearing about how it is insecure but is it really any more insecure ...
    (microsoft.public.dotnet.security)
  • Remoting security
    ... I want to use remoting to communicate between 2 applications on the same PC ... but I keep hearing about how remoting is insecure. ... What are the security ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Programatically enbling Wireless
    ... Remoting: remember that remoting is *not supported* in the Compact ... You should be able to use whatever time-out you want with sockets, ... If the wireless card loses contact, ... > reliable wireless communications with a desktop running a c# ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Remoting and Sockets
    ... you need I'd definitly go with remoting... ... the power of your server on the local machine... ... It's a bit more complicated to find documentation for sockets in .NET ... provided that individual would have sole control until they logged out, ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: .NET and multithread networks server application
    ... Remoting isnt as fast as real raw sockets but you do get a lot with it. ...
    (microsoft.public.dotnet.framework.performance)