Possible Duplicate:
how to get variable in desktop c# program from web javascript application
met a problem that there are two applications. one is desktop application in c#, and another is web application in javascript. some variables or informations in running desktop application are needed to transfer to web application. Does any one know how to solve this? Does any one would like to provide more details to solve this?
message queue(MSMQ) may solve, I may try. and database. which one could have better real time effect? WCF may solve, but it's complicated than those ways. If anyone have codes for this WCF to bridge the connection between windows program and web script, may send to me?
I am also thinking that if there are any physical buffer which could be used by c# windows and javascript. but javascript seems can not access physical buffer.