Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on asp.net project. in that i want to access remote desktop through asp.net code, but i am not able to access. so another way i want to pass same argument which i used in asp.net to windows application.
Thanks in advance.
Posted

1 solution

You can use WCF (Windows Communication Foundation) for communicating between web application and your windows application. So you windows application should implement the WCF service and your web application should implement the WCF client.

You could find a lot of articles regarding WCF also on CodeProject, here is one of the best: Windows Communication Foundation FAQ quick starter: Part 1[^]
 
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