0
Reply

.Net Remoting Windows Service Server

mablao

mablao

Oct 19 2004 10:31 AM
1.7k
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.