Basically, I was given a program written in Visual Basic. My problem is, how can I possibly convert this to a web application? I have read that it’s advisable to convert it to an ASP.NET web application. But how can I do this? I’m just really starting, and I really need some step-by-step instructions here. Thank you so much.
Share
There is no “conversion” process. You will need to start from scratch and cannot reasonably expect to reuse any of the old code. The two worlds are just too different.
Start by documenting the main requirements from the existing application then use that to design and develop a new website.