Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everybody...I have a doubt...
I want to host my win-form application(desktop application) in a remote server..
Then i want to share this application to different client machines in different locations without web browsers...
How can solve this problem using cloud server???
I heard VAN is not better solution for this problem..
Please suggest a good solution for me...

Thanx in advance......
Posted

1 solution

You cannot. You have to share the executable file for the winform application with everyone who wants to use it.

The only alternate approach would be using a share over VPN for e.g. Citrix which can help you use an exe in a central location.
 
Share this answer
 
Comments
abintj 25-May-14 13:32pm    
thanks ur solution...any other servers like citrix???

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