the easiest way to convert a .net windows app to web app?

T

tom

Hi all,

I would like to know what is the easiest way to convert a
VB.net window application to a web application?

Thanks in advance!
tom
 
F

Flare

I would like to know what is the easiest way to convert

U can't do that directly....at all.

Maybe you can reuse your datalayer, (if you got one) and webservices (if
have such) and maybe someone of your util classes and or custom collections.

The problem about the windows gui and webpages differ SO much and is not
compareable. Not even with the aproach with asp.net.

But you will have an easier way converting your projects "code logic",
because you can seperate ypur visual design and logic design (code behind
files)

I dont know if you wanted to know if there was utility or so? Or you just
wanted some guidelines.

You could (Dangerous grund) look at deploying your application with notouch
technology.
http://msdn.microsoft.com/library/d...tml/vbtchno-touchdeploymentinnetframework.asp

But its problbly not what ypu are looking for.

Plz specify want your wanna know and we wil try and help you.

Regards,
Anders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top