I just wanted some general information about some technologies that would allow me to link a website to a console application in C#. Let's say for example that users on my website fill a textfield with some information, then I want to take this information, process it into my Console Application, and print some results.
What's the technology to do this?
Thank you very much!