ASP3/VB6 to ASP.NET/VB.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ASP3/VB6 to ASP.NET/VB.NET

    Hi,

    At my organisation we have various web based systems in place using ASP 3.0
    for the front end but with VB6 ActiveX DLLs (installed within component
    services) for the business logic.

    I am aware that with VB.NET I can still create a dll and access it within
    the ASP.NET, but that it is not possible to install this dll within
    component services.

    What is the best route so that we may share code throughout various
    web-based and non-web-based applications - should I continue to create DLLs
    in VB.NET and use them within the ASP.NET, and if so does it not matter that
    the component is not registered within component services?

    Any advice would be greatly appreciated.

    Kind regards,

    Carl Howarth
    [email]carl.howarth@m-s-solutions.co.uk[/email]


    Carl Howarth Guest

  2. Similar Questions and Discussions

    1. ASP3 and MS SOAP3 without .net or COM possible?
      Hi, Hopefully this question will have a quick "can't be done" or "read the manual" answer. I have a requirement for a client to send and...
    2. XML from ASP3
      I have been having massive problems trying to get data from ASP3 to XML. Could anyone suggest as effective solution for building and XML file on the...
  3. #2

    Default Re: ASP3/VB6 to ASP.NET/VB.NET

    Component Services shouldn't be an issue.
    ..NET can interact with Component Services just fine through the
    EnterpriseServices namespace.
    Here's more info:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemEnterpriseServices.asp[/url]
    [url]http://www.microsoft.com/traincert/syllabi/2557AFinal.asp[/url]
    [url]http://www.dotnet247.com/247reference/System/EnterpriseServices/System.EnterpriseServices.aspx[/url]
    [url]http://webref.info/default.asp?ID=9876[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Carl Howarth" <carl.howarth@m-s-solutions.co.uk> wrote in message
    news:%23zXxjbWRDHA.3880@tk2msftngp13.phx.gbl...
    > Hi,
    >
    > At my organisation we have various web based systems in place using ASP
    3.0
    > for the front end but with VB6 ActiveX DLLs (installed within component
    > services) for the business logic.
    >
    > I am aware that with VB.NET I can still create a dll and access it within
    > the ASP.NET, but that it is not possible to install this dll within
    > component services.
    >
    > What is the best route so that we may share code throughout various
    > web-based and non-web-based applications - should I continue to create
    DLLs
    > in VB.NET and use them within the ASP.NET, and if so does it not matter
    that
    > the component is not registered within component services?
    >
    > Any advice would be greatly appreciated.
    >
    > Kind regards,
    >
    > Carl Howarth
    > [email]carl.howarth@m-s-solutions.co.uk[/email]
    >
    >

    Steve C. Orr, MCSD Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139