.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().
Anyone could show me an example of how to create a .NET Remoting Server using a windows service.
Thanks.