I have written a C# program running a UDP server to receive data from varioud UDP clients. The program can work well as a console application in Windows XP. However, after being migrated to Windows Service, the UDP server can only receive data from UDP clients in local hosts, but never from any remote hosts. The main parts of the UDP server source codes for the Windows Service are ...


