Click here to Skip to main content
15,915,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to build a website and an Window application that communicate together, in both directions, communication will be a video communication. In fact I have to create a video conffrecing application between Doctor and Patient.I am using website with ASP.NET, and the window application in C#.

Request is fist initiated by the window application(patient).

Please let me know, is it possible to do this through the using ASP.net web application and window application???

Since I think it is not possible to do the dual communication, since the once the request is sent by window application to the website, the request life lime will be ended after processing the request.


If not? then please suggest me what approach should I follow for this.
Should I go using WCF application.
and how I will implement it.

Please Help me :(
---
Thanks in Advance!!
Posted

1 solution

It is possible. Refer this link

http://silverlightvideochat.codeplex.com/[^]
 
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