newbie question connecting to windows service

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,
I would like to have a windows service that other client programs on
the same machine can communicate with. All the examples I have seen
use some variety of sockets or remoting to connect with the service.
I don't have much experience with remoting. Is there any way that I
can implement this that will not require allowing access (ie opening a
port) in the windows firewall?

Thanks,
Bob

.



Relevant Pages

  • Re: Help on TCP Remoting options:
    ... Seeing as you are deploying a remoting component into the service, having to communicate via an IPC is not really a problem ... Though windows service is a better choice most of the time, ... You also have the option of hosting a remoting object by ASP.NET. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Process.start problem
    ... you must set your Windows Service to allow interaction with the ... applet and under properties, tick the option that allows interaction with ... write a separate app that can communicate with the service when ... Check out the help on Remoting. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Windows Services GUI
    ... Open a form from a Windows Service ... SQL Server has a number of Windows Services that run, ... have multiple custom commands defined. ... Remoting Server, in which case you call a method to have it perform some ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Choice Between Windows Service and NET Remoting
    ... Choice Between Windows Service and NET Remoting ... Using MSMQ to multi-cast messages is not necessarily a good idea. ... distinct queue for each publisher. ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Remoting Problem
    ... I tried a very simple remoting solution in which I am just throwing an ... exception from the remote object for example: ... But my another Windows service, which is unfortunately in production is ...
    (microsoft.public.dotnet.framework.remoting)