Hi!


I would like to know what the 'official' method of communication
between a windows service (*not* a web service) and an application is.

To be more specific: I am writing a windows service with .NET that is
used for backuping purposes. The user should for example be able to
start a backup manually, that is to send a message to the service to
start with the backup now. The service shall not have a GUI, but the
application has. Now how to I tell the service to do something from
the application?

I was able to write a windows service and I am also able to create a
windows forms application.

My first idea was to use .NET Remoting. But Remoting always uses
TCP/IP, right? So that would mean that my application might run into
firewall problems, doesn't it?


TIA,
Henrik Heimbuerger

--
ICQ-UIN: 14011335
Website: http://henrik.heimbuerger.de/en/