.Net Remoting Windows Service Server
Hy,
I want to create a Remoting server but all examples I've found shows
how to create a console application. I want my server in a windows service.
The problam is that the process has to be running after the command
RemotingConfiguration.Configure(); and I cannot use Console.readline().
Coud you show me an example of how to create a .NET Remoting Server using a windows service or an appropriate forum session that i could post my question
Thanks.