C# Remoting
- From: Jason <jason@xxxxxxxxxx>
- Date: Tue, 03 May 2005 17:36:31 -0700
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?
.
- Follow-Ups:
- Re: C# Remoting
- From: Richard Blewett [DevelopMentor]
- Re: C# Remoting
- Prev by Date: Re: Typecasting
- Next by Date: Re: load authorized dll
- Previous by thread: Sharing Code between Window Forms and Windows Mobile
- Next by thread: Re: C# Remoting
- Index(es):
Loading