convert vb.net to asp.net

G

Guest

what i did was:
i wrote my application within classes so that the webpage was an UI,
thereafter i wrote a Desktop UI using Windows Forms Controls and the classes
and object write originaly for the webpage. this way work pretty nice and
implemented just programming the UI twice.
 
G

Guest

Oh my... Just hush!

Steve C. Orr said:
Yes, as I suspected it sounds like you are an experienced windows developer,
but not so experienced with web development.
It sounds like your project is fairly complex, and therefore is no "easy"
way to convert it to ASP.NET.

In addition to state management issues I mentioned and the UI issues you've
already encountered, it sounds like you'll also need to watch out for
bandwidth issues involved with sending large audio files and documents back
and forth across the internet.

I wish I could point you to some software that would do an automatic
conversion for you, but I don't think there are any good ones..
As I mentioend previously, a web deployment of your windows app (most
commonly deployed as a Smart Client) would be the quickest way, but then
it's not truly an ASP.NET application and your users would all need the .NET
Framework.

Maybe Scott M. can give you the "easy" solution he claimed to have that
magically turns your windows application into an ASP.NET application.
 

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

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,216
Latest member
topweb3twitterchannels

Latest Threads

Top