Click to See Complete Forum and Search --> : Converting VB To ASP


February 23rd, 2000, 11:49 AM
Hi,
I have a Three-tier application Which is developed using VB/COM/DCOM/SQL Server.
Now this application has to be converted to Web based Application.
All the Business Rules are encapsulated in the Middle layer.
When converting to Web based,Can I use the Same components in ASP?
Is it a easy job Or I have to re-write the Whole thing?
Thanks in Advance !

Love,
Ram

Johnny101
February 23rd, 2000, 12:03 PM
thats the glory of multi-tier apps. you can use the same components for the middle tier and you did in the VB app for the asp app. just make sure that the webserver machine has had all the MTS client packages installed on it, so it knows where to get these objects.

Good luck,
John

John Pirkey
MCSD
www.ShallowWaterSystems.com