sockets

Discussion in 'ASP.NET 2.0' started by findingwayn, Jan 18, 2008.

  1. Doesanyone have an idea about the best way to recieve packets from my web application i do have a unique ip and a device will send packets to that ip
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    The web application is not a windows service and you cannot have it sit there and listen to a socket.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. bruce,
    can I listen port on a dedicated server?

    Janet Kellman, software reviews editor
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    it all depends which port and how the hosting company's network is setup.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page