Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi
i want to build a live chat application using C# and asp.net where i want to communicate between a website and a desktop application. i want to know how to do two way communication between a window application and a web application
Posted

One most preferred and platform independent way is by using web service or WCF service.

Because your web application is running on any platform and if it needs two way communication with windows application then this is the only way I prefer to use.


HTH
 
Share this answer
 
There is inbuilt functionality provided in framework 3.5,
and it is ur choice which one you have to use.
1.U can go for webservices
2.U can use WCF

It will make u sipmle to build an application which can communicate
either of the way

Regards

Yogesh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900