Sending message to multiple clients through asp.ne
Hi,
i have developed a sample web application in asp.net with MVC and Observer pattern. I want to notify the clients if the state of the web server changes. I am able to notify the changes to the machine i am currently running. When i tried on a network by connecting multiple computers to my machine and accessed the same page i am unable to get the message on the clients connected to my machine. I am able to get the message only in my machine.
is there any way to solve this problem in asp.net, Broad casting can be used i think so. i am unaware of it. please help me.
Thanks & regards
Madhavan. M
|