I can't give you examples of pluggable application techniques (you
need to check another newsgroup for that) but connecting to your
server from an app is basic remoting.
http://www.glacialcomponents.com/Articles/RemoteObject/RemoteObject.htm
Is an article I wrote that covers a very basic remoting setup, you can
adapt the start of your code from there if you wish.
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
>Heya,
>
> I have a windows service written in C# which I would like to be pluggable with an Admin Console (my own stand alone app, not using the MS Management Console). I would like to have all of the objects in the server visible to the Admin Console, but have all of the functionality execute on the server (rather then have them serialized and sent to the Admin Console and executed there). What is the easiest way to accomplish this? Is there an example somewhere online? Thanks in advance.
>
>~~K