Ray said:
Dear all,
Now I have used vb.net to write an application. Except from deploying the
application in client pc, is it possible to run the application in the web?
Or is it possible to change the code to asp.net?
Thanks a lot,
Ray
There's no wizard just allows you to convert from win to web.
Converting it would likely mean a complete redesign and rewrite. If
you seperated out user interface from business and data logic then this
could possibly "just" mean changing the UI. If you didn't then bits
and bobs of code could probably be cut and pasted... I'd guess you'll
probably need to learn a fair old bit about web design. That and the
rewrite might take some time.
You could potentially run the thing using terminal server. With this,
the app runs on the server and the client pc pretty much acts as...
well.... a dumb terminal. How practical this would be depends on
things like how many concurrent users you have and how much memory
they'll all be chomping up on that server. Oh. As well as having a
server etc...