Click here to Skip to main content
15,886,584 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hello
i want to develop c# /vb.net web application. for remote access of other computer, so i want to create user control or aspx, wcf service for access other computer.
so what i do steps for this, Please guide me.
thanks in advance.
Posted
Comments
Afzaal Ahmad Zeeshan 26-Sep-15 5:49am    
Look into the networking protocols, such as TCP or similar. Telnet is also a great way to control the remote devices and their content etc.
Sergey Alexandrovich Kryukov 26-Sep-15 5:55am    
It should be RDP protocol; that way, existing Windows RDP service can be used, and it has to be done on the server side...
—SA
Afzaal Ahmad Zeeshan 26-Sep-15 5:56am    
Oh, I guess that is the solution and I suggest you do post it as one. Along with the service you are talking about.
Sergey Alexandrovich Kryukov 26-Sep-15 5:53am    
1) Learn general programming, 2) learn network programming, 3) learn Web programming and ASP.NET, 4) learn RDP, 5) do design and development.
—SA

Many remote access solutions provide web access. Most of them use some proprietary plugin. Some work only on local network.
If you want it to be usable on any client, you need a solution that can work over http(s), and does not need any plugin. With html5, you have the chance.
See:
https://github.com/kanaka/noVNC[^]
http://freerdp.net/[^]
Still, websocket is no drop in replacement for amy socket. Thus you have to consider some server side bridging between websocket and the legacy protocol.
 
Share this answer
 
v2
Comments
[no name] 26-Sep-15 7:36am    
A 5 for this.
Zoltán Zörgő 26-Sep-15 12:44pm    
thank you
I am also trying to develop this type of control for my web site.
I have try with java script, jqurey and many other free sdk like TV, Thinvnc,etc.
 
Share this answer
 
Comments
[no name] 26-Sep-15 7:35am    
And where is the solution?

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