Re: C# Remoting



No, unfortunately not. This is one reason they have introduced the IpcChannel in version 2.0,

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

I have implemented a C# class inherited from System.MarshalByRefObject
and using RegisterWellKnownServiceType to allow a web app to communicate
with a service on the same machine.

I would like to limit remoting of this class to the same machine (i.e. I
do NOT want external machines connecting to my class). Is there a way
to set security permissions for System.MarshalByRefObject to allow local
connections only?

.



Relevant Pages

  • Re: Hi
    ... Regards ... Richard Blewett - DevelopMentor ... Checked by AVG anti-virus system. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Combo box refresh
    ... >> Richard Blewett - DevelopMentor ... In PopulateDatasetList how is this populating the combobox? ... Regards ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: passing parameter to thread ??
    ... Diving in before Jon does;-) ... Regards ... Richard Blewett - DevelopMentor ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Strong name trouble
    ... > Richard Blewett - DevelopMentor ... >> My code DOES NOT WORK if assemblies ARE strong name. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Messagebox.Show refresh
    ... Regards ... > Richard Blewett - DevelopMentor ... > In a C# application I use a message box to display an error. ...
    (microsoft.public.dotnet.framework)