The user launches the silverlight application in his browser, navigating to the given URL.
Then the user opens another browser and launches the same silverlight application, navigating to the same URL.
Can a second application instance detect that there is already an instance running on the same computer?
Can it detect itself if both applications work in the same browser instance?
I would expect the answer to be no, but I thought that I would ask him anyway. Otherwise, I believe that I will need to configure the web service and register each instance and send requests to other instances from the same IP address. does that sound reasonable?
source share