CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Converting VB To ASP

    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


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Converting VB To ASP

    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
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured