c# - How can I get my Web application to communicate with my Desktop application? -


I have developed a web and windows application, both C #. Now in the net, what would I like to do, when a button is clicked on a particular page in a web application, a signal should be sent to the windows that a link has been clicked on how easily I can do it ? I would like to stay away from socket programming ...

I thought the web app is collecting cookies and monitoring the desktop app to the cookies folder, but it seems that something looks strange.

The desktop app can choose web app via normal HTTP, but with an open connection Maybe it will be better

You can also see named pipes for the IPC.

You can use anything like NET Remoting or WCF to enable IPC-like communication.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -