mablao

mablao

  • NA
  • 2
  • 0

.Net Remoting Windows Service Server

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