I have made a windows based app in vb.net. Is there any way to convert it into a web based application.
Regards,
Ashima
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Scott LyslePosted Oct 31, 2006, 2:45 PM
I believe that you will find that there are too many differences between the environments to effectively convert a desktop application to an asp.net application (such state managment, handling post backs, message boxes, moving between forms, handling events, etc.); you will have to rewrite it to convert it.