Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How do I user third party component

Hi all
It may be basic question. I have a thirt party component in Dll form. In
order to create the object in my asp page, do I need to register with the
DLL on the server.
Pl. help me
Thanks
[221 byte] By [mike] at [2007-11-9 17:50:13]
# 1 Re: How do I user third party component
> I have a third-party component in DLL form. In order
> to create the object in my asp page, do I need to register
> with the DLL on the server.

Mike: Yes, you'll need to register the DLL on the server, then call
Server.CreateObject in your ASP code to create an instance of the object.
--
Phil Weber
Phil Weber at 2007-11-11 23:16:52 >