Re: Remoting and security
From: Sam Santiago (ssantiago_at_n0spam-SoftiTechture.com)
Date: 07/23/04
- Next message: Tincho: "Re: Remoting problem (SerializationException)."
- Previous message: Sunny: "Re: Remoting problem (SerializationException)."
- In reply to: José Joye: "Remoting and security"
- Next in thread: José Joye: "Re: Remoting and security"
- Reply: José Joye: "Re: Remoting and security"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Jul 2004 10:25:50 -0700
If you need security you must host your remote object within IIS. Or write
your own. Check out this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconchoosingcommunicationoptionsinnet.asp
Here's an excerpt:
"If you need to encrypt your calls or authenticate your client, you must use
an HTTP-based application hosted in IIS, whether that is an ASP.NET
application or a remoting application. This is because ASP.NET and .NET
remoting use the security services provided by IIS. .NET remoting does not
provide any security services when hosted outside IIS (for example, in a
Windows Service)."
Good luck.
Sam
-- _______________________________ Sam Santiago ssantiago@n0spam-SoftiTechture.com "José Joye" <jose.joye@KILLTHESPAMSbluewin.ch> wrote in message news:eOFF8wHcEHA.1048@tk2msftngp13.phx.gbl... > Hello, > > I have created a NT Service and I expose some methods through "Remoting". > All works great. However, I want to prevent that everyone (within my > Intranet) will be able to use it. > As I understand it, assuming that the client is installed on a PC within the > intranet, It will be possible to execute it and therefore communicate with > the Service that provide "Remoting" feature. > > What is the correct way to allow only clients run by users within a > dedicated set of NT Group to access my Service providing the "Remoting" > feature? > > > Thanks a lot, > José > >
- Next message: Tincho: "Re: Remoting problem (SerializationException)."
- Previous message: Sunny: "Re: Remoting problem (SerializationException)."
- In reply to: José Joye: "Remoting and security"
- Next in thread: José Joye: "Re: Remoting and security"
- Reply: José Joye: "Re: Remoting and security"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|