Click here to Skip to main content
15,888,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a social networking website developed in ASP.NET C#. I am using SignalR 2.0 to live update posts of users to all the online users on my website.

This website is deployed at to different servers, for desktop users with URL www.xyz.com and for mobile users with URL m.xyz.com.

The live update of posts are working good for one desktop user to other desktop users
and from one mobile user to other mobile user.

But live update of post is not working for one desktop user to other mobile user.

How to make it work?
Thanks!
Posted
Comments
Gaurav Makwana 14-Dec-13 0:06am    
i think regarding some configuration changes for that
JoCodes 14-Dec-13 3:19am    
Any error you are getting?
JoCodes 14-Dec-13 3:23am    
Can you post some of the relevant configuration codes?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900