Home All Groups Group Topic Archive Search About

Can I convert my VB.Net Windows Application to ASP.Net ?

Author
29 Oct 2006 6:04 PM
Luqman
Is there any way to convert my VB.Net Windows Application to ASP.Net or Web Application ?

I have created one, and now my client requries me to port the same Application on Internet ?

Any idea or easy way to do so ?

Best Regards,

Luqman

Author
29 Oct 2006 6:16 PM
Theo Verweij
If you split the userinterface and the application logic, it just
involves building a new interface.

When you mixed the application logic and the userinterface (complete
implemetation in the from files), this means a complete rebuild.

Luqman wrote:
Show quoteHide quote
> Is there any way to convert my VB.Net Windows Application to ASP.Net or
> Web Application ?

> I have created one, and now my client requries me to port the same
> Application on Internet ?

> Any idea or easy way to do so ?

> Best Regards,

> Luqman
>