Ch 23 - socket service
I worked the example in the chapter - Quote Server - Looking good, very helpful.
I am modifying it to do the following. Service listening on port 3001, save all text data recieved to a log file. I have created a console application that does this with no problem. However, when I set it up to run as a service, nothing happens.
I'm a new C# programmer - a code snippet would be helpful. Been Googling a lot on this and haven't been able to reverse engineer other examples to work as a service.
Thanks greatly - tcg
|