Click here to Skip to main content
Sign Up to vote bad
good
See more: C#ASP.NETJavaPHP
Hello
 
I am thinking about developing a desktop application using C# or C++ or Java.
I am asking if there is a way to turn it to a web application by hosting it online or putting it on cloud so that anyone can use it from anywhere ??
 
Note that i don't want to re-write the application using PHP or ASP or whatever, just make it available online.
Posted 13 Oct '12 - 14:18

Comments
Wes Aday - 13 Oct '12 - 20:32
No. If you want a web application you have to write is as a web application.

2 solutions

If you have designed your application to use TCP/IP and is frugal in it's bandwidth usage you can connect the desktop app over the internet to a server side back-end in "the cloud".
 
Other options are screen sharing or remote desktop to a virtual machine hosting your app.
 
For a true "web experience" you really have to use "web technologies" which would require a rewrite.
  Permalink  
There is a difference between Windows application and Web application. You cannot 'host' a windows application on cloud or anywhere to be treated as a web available to outer world.
 
Read differences in detail here: MSDN: Choosing Between Windows Forms and Web Forms[^]
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 375
1 Sergey Alexandrovich Kryukov 173
2 Abhinav S 168
3 Guirec Le Bars 120
4 Ron Beyer 100
0 Sergey Alexandrovich Kryukov 8,439
1 OriginalGriff 6,681
2 CPallini 3,553
3 Rohan Leuva 2,793
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 14 Oct 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid