I am developing a two part software. One of which is a web site, the other is software.

What is a "simple" way of making say a ASP.Net page sending a command that the desktop software will get and do its thing?


I could do a database, and have the commands setup in a "queue", but i was curious if there was another way?

Thank you.