Windows XP SP2 : The Death of my Chatting Application?
-
hello, I made a simplest chatting application using UdpClient, it was working fine until I installed Win XP SP2. Now the messages are not being received at the other end. No Exceptions, nothing at all. I even disabled the Windows Firewall that comes with SP2, still no hope. My application is still working fine on loopback, but nothing after it. I am using port 20052. Can anyone explain what am I missing? Regards, Zishan
-
hello, I made a simplest chatting application using UdpClient, it was working fine until I installed Win XP SP2. Now the messages are not being received at the other end. No Exceptions, nothing at all. I even disabled the Windows Firewall that comes with SP2, still no hope. My application is still working fine on loopback, but nothing after it. I am using port 20052. Can anyone explain what am I missing? Regards, Zishan
The reason may cause of security and firewall features avilable in XP SP2. What you can do is find out proper restriction areas where your client communicate with your requested machine. And i recommand you to read more about Features and Techinical Overviews of SP2. Learn About SP2 Techinological Overview This will give you some more ideas. Techinical Look At SP2 Sreejith Nair [ My Articles ]
-
The reason may cause of security and firewall features avilable in XP SP2. What you can do is find out proper restriction areas where your client communicate with your requested machine. And i recommand you to read more about Features and Techinical Overviews of SP2. Learn About SP2 Techinological Overview This will give you some more ideas. Techinical Look At SP2 Sreejith Nair [ My Articles ]
Thanks for the reply.. yes it started working.. nice articles.. Regards, Zishan