I am looking for an alternative to using UDP multicast on the .NET Framework and am looking for suggestions.
I need to send messages to several web servers running quite a few ASP.NET applications. These messages would be one-way only, coming from several different machines. UDP multicast would be perfect except that I can t use it due to it requiring administrative rights. See ASP.NET Multicast UdpClient problems for details as to why.
Is there something else that would work in a similar manner, allowing multiple applications to receive broadcast-type messages?