Application programming Development In web

  • Thread starter Thread starter Mohan
  • Start date Start date
M

Mohan

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.
 
I would suggest that since you've already got a VB6 version, that porting would be simpiler if you use ASP.NET and VB.NET.

Matt Hawley, MCAD .NET
http://www.eworldui.net

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

[microsoft.public.dotnet.framework.aspnet]
 
Matt - your client side calendar picker is a thing of absolute beauty!

Matt Hawley said:
I would suggest that since you've already got a VB6 version, that porting
would be simpiler if you use ASP.NET and VB.NET.
Matt Hawley, MCAD .NET
http://www.eworldui.net

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

[microsoft.public.dotnet.framework.aspnet]
 
A thousand thank you's :)

Matt - your client side calendar picker is a thing of absolute beauty!

Matt Hawley said:
I would suggest that since you've already got a VB6 version, that porting
would be simpiler if you use ASP.NET and VB.NET.
Matt Hawley, MCAD .NET
http://www.eworldui.net

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

[microsoft.public.dotnet.framework.aspnet]



[microsoft.public.dotnet.framework.aspnet]
 
I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

Sound like a good list to start with.
 
Uzytkownik "Mohan said:
I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

ASP.NET by a large margin. The event driven model will make porting much
easier, and you can probably reuse most of your code.
 
Well, why don't you post the VB source code so we can analyze it and then
make a decision for you, for free?
 
Back
Top