Accessing .NET and other DLLs from Classic ASP

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Accessing .NET and other DLLs from Classic ASP

    Thanks for your reply. One thing I missed earlier was that we are also using
    a VB6 version of component (dll) in our classic ASP website.



    Also as i discussed that we have tested .NET 1.1, 2.0 and 3.5 COM interop
    within ASP without any problem, but it fails sometime, with error i posted
    earlier.



    Is there any issue/conflict using COM interop in classic ASP? if yes, how it
    can be resolved in such environment?



    IIS (ASP.NET 2.0)

    Classic ASP

    1 - using vb6 COM

    2 - using .NET 2.0 COM



    3 - using .NET 2.0 COM (one another COM to perform some specific
    tasks)

    4 - using .NET 3.5 COM



    From above hierarchy till point no. 2 is already implemented and working
    fine until there is small No. of users hitting our website, and we face
    error when there is large no of users hitting the site.



    We need to further implement web service calls using .Net 2.0 and 3.5 DLLs
    as mentioned in above step 3 and 4 and require help from you whether this
    approach is correct or not?



    Coz we are already facing ASP 0177 error as I mentioned earlier.





    Thanks



    Shamshad Ali.


    Shamshad Ali Guest

  2. Similar Questions and Discussions

    1. Accessing .NET DLL(s) from Classic ASP
      Hi, I have similar question that i saw yesterday (Calling .NET DLL from Classic ASP), but we have achieved some good results and we can't go back...
    2. Accessing dot net dlls from coldfusion 5
      Hi All. I am converting one part of my coldfusion application to dot net. The problem I am facing is the encryption. User Images are encrypted...
    3. Accessing Classic ASP from .NET
      Hi! I'm sure this is a simple question (or maybe it's not?), but I'd like to better understand how to access classic ASP pages that are "outside"...
    4. Accessing ADO.NET data provider from ASP "classic" page
      I'm not sure if this will be helpful to you, but here's what I know.... You can write a function in your codebehind that uses whatever you want to...
    5. .net and dlls
      Hi, I'm using .net and C# and from C# i'm calling a dll. The problem is that after the dll runs, it gets blocked and i can't update or delete...
  3. #2

    Default Re: Accessing .NET and other DLLs from Classic ASP

    if the COM component is registered on the system then classic ASP can use it directly.

    Just instantiate the object and continue on...



    "Shamshad Ali" <sww@newsgroups.nospam> wrote in message news:ONVcWzbiIHA.1164@TK2MSFTNGP02.phx.gbl...
    > Thanks for your reply. One thing I missed earlier was that we are also using a VB6 version of component (dll) in our classic ASP
    > website.
    >
    >
    >
    > Also as i discussed that we have tested .NET 1.1, 2.0 and 3.5 COM interop within ASP without any problem, but it fails sometime,
    > with error i posted earlier.
    >
    >
    >
    > Is there any issue/conflict using COM interop in classic ASP? if yes, how it can be resolved in such environment?
    >
    >
    >
    > IIS (ASP.NET 2.0)
    >
    > Classic ASP
    >
    > 1 - using vb6 COM
    >
    > 2 - using .NET 2.0 COM
    >
    >
    >
    > 3 - using .NET 2.0 COM (one another COM to perform some specific tasks)
    >
    > 4 - using .NET 3.5 COM
    >
    >
    >
    > From above hierarchy till point no. 2 is already implemented and working fine until there is small No. of users hitting our
    > website, and we face error when there is large no of users hitting the site.
    >
    >
    >
    > We need to further implement web service calls using .Net 2.0 and 3.5 DLLs as mentioned in above step 3 and 4 and require help
    > from you whether this approach is correct or not?
    >
    >
    >
    > Coz we are already facing ASP 0177 error as I mentioned earlier.
    >
    >
    >
    >
    >
    > Thanks
    >
    >
    >
    > Shamshad Ali.
    >
    >

    Jon Paal [MSMD] 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