c# - Two way communication between asp.net application and windows application -


is possible have type of communication using signalr: 2 applications not on same machine want asp.net application sends data windows application, windows application makes processing sends data asp.net application.

any ideas, how acheive this?

yes, can use signalr need set-up server (using signalr) controls flow of information between applications. more details, refer documentation here: http://www.asp.net/signalr


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -