Ask a Question related to ASP Components, Design and Development.
-
Shamshad Ali #1
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
-
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... -
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... -
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"... -
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... -
.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... -
Jon Paal [MSMD] #2
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



Reply With Quote

