Smart client

Discussion in 'ASP.NET 2.0' started by ASPNETDEV, Sep 23, 2009.

  1. Hi All,
    I have windows smart client application designed in asp.net 2.0 c#. All clients connect to webserver to communicate data source. My question is how do I send message to all client who ever logged in webserver. I mean how do i broadcast message to all my users from application.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    IIS is a web server and it can't really broadcast message to client connecting to the server.
     

Share This Page