Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello To all who are seeing this question.,

Actually I had Developed a windows application and i want to publish this software on web using asp.net.

I am new to .net

If Anyone have a Answer OR a solution Please give me.

on this post or my Email-ID: [DELETED]@gmail.com

[edit]Email deleted - OriginalGriff[/edit]
Posted
Updated 2-Mar-12 3:35am
v2
Comments
OriginalGriff 2-Mar-12 9:35am    
Never post your email address in any forum, unless you really like spam! If anyone replies to you, you will receive an email to let you know

No way. Just throw out your System.Windows.Forms UI and write ASP.NET UI. That's why the UI should have been thoroughly isolated from other aspects of your code.

—SA
 
Share this answer
 
Comments
fjdiewornncalwe 2-Mar-12 9:54am    
"That's why the UI should have been thoroughly isolated"... +5.
Sergey Alexandrovich Kryukov 2-Mar-12 10:14am    
Thank you, Marcus.
--SA
Mohd Imran Saifi 2-Mar-12 10:00am    
Sir,

Actually i don't get u
Sergey Alexandrovich Kryukov 2-Mar-12 10:16am    
Which part you did not get?
Just forget it. Your windows UI code cannot be used in ASP.NET in any way. Just think about it. There is no way to use it in ASP.NET. Not at all.

You can only reuse parts of you code which has nothing to do with UI.
Is it clear now?
--SA
Sergey Alexandrovich Kryukov 2-Mar-12 10:18am    
Maybe I did not get you. What kind of windows application did you have? WPF? System.Windows.Forms? Console?
Anyway, any kind of user interface you could have used before will not work with ASP.NET. You need to write UI from scratch.
--SA
Your getting your terms confused or are using them improperly and the result is your confusing the crap out of us.

"Publish" on the web means that you want the application to install on the users workstation from a link you click on a web page. This can be accomplished if you packaged your application using ClickOnce Deployment.

If you want the user to be able to "run" your application inside a web page, forget it. Not going to happen. Your ownly option here is to follow SA's advice and rewrite your application as a ASP.NET (WebForms) app.


And the only people who care about your email address are spammers. Don't EVER post your email address to a public forum unless you like drowning in spam mail.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 2-Mar-12 11:50am    
Good points, a 5.
--SA
Mohd Imran Saifi 3-Mar-12 3:27am    
Thanks
If your application is in WPF you could relatively easily convert it to Silverlight and embed it as a rich client application in a browser. That requires the user to have the plugin, though.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 2-Mar-12 11:49am    
Yes, this is true, a 5, I only doubt this is the case.
--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