How .NET and non .NET component communicate with each other when they are on different platform
Posted on April 20th , 2009 by Admin
|
|
In past when we have to communicate .NET with non .NET component we are using COM component this component helps in doing this. At the moment we are using in both apps a COM component that has an intermediary Windows service running on one machine. But this component is quite old and not in use now because it will create a problem when we are using firewall. So to handle this we use Web-Services which really have a solution for Firewall.
|
|
|