winforms - How to communicate between Windows Form app and Web Site? -


We have developed a C # NET 2.0 Windows Form Application for Windows XP that controls built-in hardware / devices. Now, we need to add the AC # .net 2.0 web site (hosting within the same device by IIS) which can send commands to the Windows Forms Application (Example: Start Measuring) and get data.

What is the best way to do this?

We thought of the web service, but how to get a command from the web form web site can learn how to form a Windows application.

Thank you.

Note: A framework on the device .NET 3.x or 4

net Looking at this restriction on 2.0, .Net Remoting is a way to go into this situation.

Html>

Comments