I dont know whether this is possible but it would be great if there is a solution for this:
I have an asp.net webpage. When the user opens a webpage. I would like that webpage to trigger to run a .net application running on the client machine. In addition, during that trigger, that webpage also passes some parameters as arguments to the .net application.
I hope to get some ideas how to achieve this issue somehow?
thanks in advance.
Pretty vague question, but you might look into either:
SignalR – a long polling library for ASP.Net that lets you make calls to client side code from the server side “faking a persistently open connection”
Node.js – a javascript library for the server-side.
I would suggest starting with SignalR
Edit:
https://github.com/SignalR/SignalR
http://chatapp.apphb.com/