How Communicate Between Windows Form App and ASPX page.
I have a remote client using Internet Explorer to open an ASPX page. This ASPX page needs to communicate with a Windows Form App to request a socket number.
Can anyone point me toward sample code that would demonstrate interprocess communication between ASPX and a Windows Form App?
Someone suggested the Web Browser control but it makes no sense in this scenario.
Thanks.