I need some advice for a winform app developed on .NET 4.0 in VS2010.
I'd like to add a new feature: communicating through an internet browser with the winform.
I do not have any experience in web applications.
It doesn't have to be complicated as I only need to send some messages to the winform in order to control it remotely.
What are the best ways to do that?