Dear All,

I am in the progress build a client ASP.NET application (C#) that can display messages from a server application as soon as it receives them.

At the moment I am using an Asynchronous Client Socket but the OnRead event does not fired as soon as the server sent the strings

could any body please help, how to do client asynchronous socket in ASP,NET?

many thanks in advance

Regards