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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -