Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a desktop application created in visual studio 2005...I want to convert it into web application..Is it possible to do so?If yes then how?
Thanx in advance.
Posted

Yes it is possible... But there is no magic: you have to rewrite all the UI part. The only pieces you can keep are database, data access layer, business object layer.
 
Share this answer
 
Hi,

You might want to have a look at the below link.

Using Windows Application on web[^]

However, there is no magical tool or else to convert a windows app to a web app.
But you might try to abstract all your logic and stuffs.
Hope it helps.

Regards
Anurag
 
Share this answer
 
Comments
Rachna0309 13-Feb-13 1:14am    
Thanx....
Anurag Sinha V 13-Feb-13 1:30am    
np...happy coding.. :)
Instead of converting the project, check this link that shows how to display it in the browser:

Embedding a .NET WinForms Application in an Internet Browser Using WPF[^]
 
Share this answer
 
Comments
Richard Deeming 25-Apr-18 14:05pm    
Five years too late, and no longer supported.

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