Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi Guys,

I Developed Windows Application using C#.net..Now I want to run my windows application in web browser...its possible to run on it..have any way for running windows application in web browser?

PLz help me out of this.....Thanks in Advance
Posted
Comments
ZurdoDev 27-Feb-12 10:28am    
There are some companies that claim to be able to do what you want but the best answer usually is to re-write the app as a web app.
johannesnestler 27-Feb-12 11:30am    
It depends. You say you develped an "Windows Application", but which technology did you use? (Forms/WPF/Silverlight) - I'd think a Silverlight Browser-App would be best fit for you (look into it)... (If you have a Form-App now - my guess - I fear you will have to rewrite the UI)
Vijay Kr Sharma 27-Feb-12 11:45am    
If You want to just share the data using Web You can do it through your windows application.

1 solution

It is not possible, since the framework required to run a Windows app is not available in a Web browser.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-Feb-12 17:35pm    
Agree, my 5.
(Well, it is remotely possible to use ActiveX object on the client side, but this is not a cross-platform, dirty stuff, to me -- a pure evil.)
--SA

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