I have issue with WPF on network, I published the application on IIS and install it over the network, let us say we have 2 computer (server and client), the server computer to create new item and the client to shows the items as list.
What I want to ask about is it should when the server add new item in the same time he/her push the save button it should appear in the other computer on the network (client computer)
But it doesn't ! When I check I found the server updated his context but the client still have the old context.
I don't know how can I update the context in client server knowing that the client computer just for show (TV screen connected with computer)
I hope this clear, and I hope I find answers for my issue.